About 507,000 results
Open links in new tab
  1. What is the meaning of "curl -k -i -X" in Linux? - Unix & Linux …

    Dec 7, 2017 · This option allows curl to proceed and operate even for server connections otherwise considered insecure. The server connection is verified by making sure the server's …

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

  3. Why my curl gets stuck at getting anything from some domains?

    Sep 27, 2022 · The curl command inside WSL2 hangs for some domains (like youtube.com) and it runs well for other domains (like google.com). It turns out the reason is the MTU size gap …

  4. Return status code and body in curl - Unix & Linux Stack Exchange

    Oct 22, 2021 · Is it possible to use curl to call a REST service (POST method) and get: The HTTP status code. The response body. Other information like headers, methods, etc. are not …

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

  6. How to send multiline data in curl body within bash script?

    Apr 3, 2023 · I am trying to send multi-line comment in the curl body from bash script. Below is my curl invocation. #!/bin/bash temp="This is sample data: 2019/05/21 03:33:04 This is 2nd …

  7. Does curl have a --no-check-certificate option like wget?

    I am trying to make a curl request to one of our local development servers running a dev site with a self-signed SSL cert. I am using curl from the command line. I saw some blog posts …

  8. How to Pass variable inside a curl command in a bash script

    Oct 29, 2022 · How to Pass variable inside a curl command in a bash script Ask Question Asked 3 years, 1 month ago Modified 3 years, 1 month ago

  9. Does curl have a timeout? - Unix & Linux Stack Exchange

    I would expect curl to have a connection timeout (if nothing else, the OS and its TCP/IP stack almost certainly does), but it might not have a read timeout once the connection has been …

  10. curl - Adding a self-signed certificate to the "trusted list" - Unix ...

    The simple answer to this is that pretty much each application will handle it differently. Also OpenSSL and GNUTLS (the most widely used certificate processing libraries used to handle …