About 1,300,000 results
Open links in new tab
  1. How do I make a POST request using curl? - Super User

    Sep 17, 2008 · The cURL tutorial on HTTP Scripting is also helpful for emulating a web browser. With libcurl, use the curl_formadd() function to build your form before submitting it in the usual way.

  2. Run cURL commands from Windows console - Super User

    Apr 26, 2010 · Is there a way to install cURL in windows in order to run cURL commands from the command prompt?

  3. Curl error (6): Couldn't resolve host name - Super User

    Nov 3, 2024 · Learn how to troubleshoot and resolve the "Curl error (6): Couldn't resolve host name" issue on Super User forum.

  4. What is `curl -o-`? - Unix & Linux Stack Exchange

    Mar 28, 2021 · (curl -o- and curl -o - act the same.) Explicitly sending the output to stdout seems a bit redundant, since that's the default anyway. However, the man page does mention using multiple -o …

  5. curl: (35) schannel: next InitializeSecurityContext failed - The ...

    Jul 28, 2023 · curl: (35) schannel: next InitializeSecurityContext failed - The revocation function was unable to check revocation for the certificate Ask Question Asked 2 years, 5 months ago Modified 4 …

  6. bash - Curl bad URL (3) - Unix & Linux Stack Exchange

    Jan 24, 2022 · Both the above scripts concatenates all files given as arguments on the command line, and passes the output to curl, one line at a time. Note that I have also corrected the HTTP to HTTPS …

  7. ubuntu - SSL certificates no longer work with cURL - Super User

    May 26, 2022 · I had this problem with gcloud and curl. For me, jhud's answer mostly fixed gcloud, but I had to do another few steps. To get curl working, I had to do a couple more after that. Add the pem …

  8. windows - PowerShell equivalent of curl - Super User

    Oct 10, 2011 · Is there an equivalent of curl in PowerShell? Does it have some similar built-in capability or is there a 3rd party cmdlet?

  9. How can I use curl with ::1 for ipv6 based loopback?

    Mar 5, 2015 · However, you may want to run: curl -V and see if IPv6 shows up on the line that says "Features" (the third line, not counting extra lines from word wrapping). I found my version didn't. …

  10. How to fix curl sslv3 alert handshake failure? - Unix & Linux Stack ...

    How do I ignore or force the certificate using curl command line? When using wget seems to work fine. Also works when testing with openssl as below: $ openssl s_client -connect thepiratebay.se:443 …