About 975,000 results
Open links in new tab
  1. Getting curl to output HTTP status code? - Super User

    Apr 18, 2011 · I'm using curl at the command line on Linux to issue HTTP requests. The response bodies are printed to standard out, which is fine, but I can't see from the man page how to get …

  2. How to save a remote server SSL certificate locally as a file

    Jan 18, 2010 · 20 This is gbroiles' answer, but I wanted to point out that the cURL project has a page with a few more details on using openssl to save the remote server's SSL certificate: …

  3. linux - how to use curl to verify if a site's certificate has been ...

    how to use curl to verify if a site's certificate has been revoked? Ask Question Asked 11 years, 6 months ago Modified 5 years, 4 months ago

  4. 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?

  5. How can I pass my Windows credentials in cURL? - Super User

    31 I'm writing a script that uses cURL to pull data from an internal web server. I can explicitly use --user combined with --ntlm and everything works well, but I can't get it to recognize …

  6. 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 …

  7. download - Downloading file from FTP using cURL - Super User

    curl: Remote file name has no length! curl: try 'curl --help' or 'curl --manual' for more information curl: (6) Could not resolve host: myfile.raw; No data record of requested type I've tried some …

  8. How to get and use certificates with curl - Super User

    Oct 7, 2013 · I still can't figure out how to get and use certificates with curl but my ultimate goal has been accomplished. Maybe someone can help with the certificate bit.

  9. How to send POST with body, headers, and HTTP params using …

    I found a lot of examples on how to use simple POST commands in cURL, but I didn't find examples on how to send full HTTP POST commands, which contain: Headers (Basic …

  10. Specifying minor TLS version when using curl - Super User

    Jun 12, 2013 · Is there a way to specify curl to use a specific TLS version? Like 1.1 or 1.2? I can see only sslv3 and tlsv1 options in command help. I took latest src and compiled it with …