About 175,000 results
Open links in new tab
  1. Run cURL commands from Windows console - Stack Overflow

    Is there a way to install cURL in Windows in order to run cURL commands from the command prompt?

  2. How do I install and use cURL on Windows? - Stack Overflow

    May 1, 2017 · I am having trouble getting cURL to run on Windows. I have downloaded a cURL zip file from here, but it seems to contain source code, not an executable. Do I need to compile …

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

  4. How to perform curl with commands on Windows 10,11 in CLI or …

    Mar 28, 2023 · To call it from Windows PowerShell, be sure to call it as curl.exe, i.e. with the .exe extension. In Windows PowerShell, curl - without the .exe part - is an alias of the Invoke …

  5. How to make a Curl POST call in Windows? - Super User

    Dec 22, 2015 · You're confusing an operating system (Windows) with a shell (Command Prompt a.k.a. CMD). Powershell, and Unix shells such as bash, support multiple quote types just fine …

  6. How to use the curl command in PowerShell? - Stack Overflow

    Oct 18, 2016 · Am using the curl command in PowerShell to post the comment in bit-bucket pull request page through a Jenkins job. I used the below PowerShell command to execute the …

  7. shell - Windows curl Batch file - Stack Overflow

    I want to make a mailgun curl call using windows batch file. Since windows shell doesn't support multiple lines, how can I execute the below curl function in windows batch file? curl -s --user 'a...

  8. cURL POST command line on WINDOWS RESTful service

    I recommend cygwin: I ended up installing cygwin with CURL which allow us to Get that Linux feeling - on Windows! Using Cygwin command line this issues have stopped and most …

  9. post - Multiline curl command - Stack Overflow

    8 If you are running Windows, I have found it easier to install Git and use Git Bash to run Curl. This was initially suggested in a separate article: https://stackoverflow.com/a/57567112/5636865.

  10. cURL for Windows: how can I send multiple line command in a …

    Jan 21, 2019 · “I understand I can put the content after -d in a file to run this command” – quote cURL manual: “When --data is told to read from a file like that, carriage returns and newlines …