About 484,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. 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 …

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

  5. curl(28) : ssl connection timeout - Unix & Linux Stack Exchange

    Oct 8, 2022 · But when they get to tools like links, wget and curl, they run into trouble, sites like gitlab, github, google, etc. are unable to provide https protocol with the mentioned tools.

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

  8. 502 Bad Gateway when curl is talking to API

    Oct 7, 2020 · A curl command in a Bash script (called by cron) asks a web service/API, on another device/server (hosts both the API and the SQL database), to perform an operation on …

  9. How to use curl -w option to redirect the output to a different file ...

    Sep 26, 2022 · How to use curl -w option to redirect the output to a different file descriptor from stdout to avoid appending it at the end of curl response? Ask Question Asked 3 years, 3 …

  10. curl - Getting Error " {"errorMessages": ["There was an error …

    Sep 12, 2023 · curl would always work anyway, so long as credentials and api resource were correct. It must have been a new line or similar that pre-terminated the data block.