python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to send a Data Form including file, from PHP ContactForm7 with Curl
On my website, I use ContactForm7 to ask data and a file to users. Besides the automatic email sent by contactForm, I have a PHP function that retrieve the form data, and send them to my Node server t...
DeLac
Votes: 0
Answers: 1
cURL error 7: Failed to connect to 'xx.domain.xx' port 8140 after 1167 ms: Connection refused
URL error 7: Failed to connect to 'xx.domain.xx' port 8140 after 1167 ms: Connection refused
Hi guys, im trying to connect to a public api using curl but response is always at cURL error 7.
Any idea h...
Suuuy
Votes: 0
Answers: 0
Login with CURL and x-auth
Need to do a CURL request to a site that requires login first
I'm unable to actually login, presumably because I'm not able to provide the X-AUTH token. I must be missing something but my understandin...
Peder Wessel
Votes: 0
Answers: 0
PHP cURL File Download over HTTP2
I have a php 7.4 script that downloads a zip file using cURL. Both servers are
Apache/2.4.51 (Fedora)
Fedora 35
OpenSSL version 1.1.11
If I use CURL_HTTP_VERSION_1_0 all works. CURL_HTTP_VERSION_2_0 ...
Roger Creasy
Votes: 0
Answers: 0