Top "Curl" questions

cURL is a library and command-line tool for transferring data using various protocols such as HTTP, FTP and SFTP.

How do I POST JSON data with cURL?

I use Ubuntu and installed cURL on it. I want to test my Spring REST application with cURL. I wrote …

json rest spring-mvc curl http-headers
How to send a header using a HTTP request through a curl call?

I wish to send a header to my Apache server on a Linux box. How can I achieve this via …

curl http-headers
How do I get a YouTube video thumbnail from the YouTube API?

If I have a YouTube video URL, is there any way to use PHP and cURL to get the associated …

php curl youtube youtube-api youtube-data-api
How do I install and use curl on Windows?

I am having trouble getting curl to run on Windows. I have downloaded a curl zip file from here, but …

windows curl installation
PHP + curl, HTTP POST sample code?

Can anyone show me how to do a php curl with an HTTP POST? I want to send data like …

php http curl http-post
HTTP POST and GET using cURL in Linux

I have a server application written in ASP.NET on Windows that provides a web service. How can I call …

linux web-services curl
performing HTTP requests with cURL (using PROXY)

I have this proxy address: 125.119.175.48:8909 How can I perform a HTTP request using cURL like curl http://www.example.com, …

linux curl proxy
Using cURL with a username and password?

I want to access a URL which requires a username/password. I'd like to try accessing it with curl. Right …

curl credentials
How to set the authorization header using curl

How do I pass authorization header using cURL? ( executable in /usr/bin/curl).

curl http-authentication
Run cURL commands from Windows console

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

windows command-line curl