GET:
with JSON:
curl -i -H "Accept: application/json" -H "Content-Type: application/json" http://hostname/resource
with XML:
curl -H "Accept: application/xml" -H "Content-Type: application/xml" -X GET http://hostname/resource
POST:
For posting data:
curl --data "param1=value1¶m2=value2" http://hostname/resource
For file upload:
curl --form "[email protected]" http://hostname/resource
RESTful HTTP Post:
curl -X POST -d @filename http://hostname/resource
For logging into a site (auth):
curl -d "username=admin&password=admin&submit=Login" --dump-header headers http://localhost/Login curl -L -b headers http://localhost/
Related Posts:
- Difference between `curl -I` and `curl -X HEAD`
- How do I POST JSON data with cURL?
- How do I POST JSON data with cURL?
- Is there a way to follow redirects with command line cURL?
- How can I set the request header for curl?
- How to display request headers with command line curl
- How to fix libeay32.dll was not found error
- cURL to show response headers after submiting a file
- wget/curl large file from google drive
- How do I POST JSON data with cURL?
- curl: (35) SSL connect error
- How do I make curl ignore the proxy?
- SSL CA cert (path? access rights?)
- How do I measure request and response times at once using cURL?
- cURL equivalent in Node.js?
- Curl Error 56 “Failure when receiving data from the peer” while sending .tar.gz File
- Run Rsync from Python [duplicate]
- wp_remote_get vs. file_get_contents vs. cURL?
- wp_remote_get – cURL error 28 – only on same domain
- cURL – How to send and fetch data in WordPress
- cURL RETURNTRANSFER function in wp_remote_post
- How to convert this cURL to wp_remote_*?
- How to send file by wp_remote_post?
- Download file using cURL into wp-includes/uploads
- cURL request to plugin repository fails 403
- Curl error while creating user
- Call external API in wordpress based on user input
- Inconsistencies between wp_remote_post and cURL
- Set wordpress auth cookie from external site?
- Does wp_remote_post() require curl?
- wp_remote_post vs curl to send data in WordPress plugin
- After upgrading WordPress, I am getting the following error. Error message: cURL error 52: Empty reply from server
- 504 Gateway Time-out error when making cURL request in WordPress
- How do I get a YouTube video thumbnail from the YouTube API?
- What’s the net::ERR_HTTP2_PROTOCOL_ERROR about?
- JSONDecodeError: Expecting value: line 1 column 1 (char 0)
- curl: (60) SSL certificate problem: unable to get local issuer certificate
- HTTP POST and GET using cURL in Linux [duplicate]
- curl: (60) SSL certificate problem: unable to get local issuer certificate
- Do I need Content-Type: application/octet-stream for file download?
- JSONDecodeError: Expecting value: line 1 column 1 (char 0)
- How do I install and use cURL on Windows?
- JSONDecodeError: Expecting value: line 1 column 1 (char 0)
- How to fix “SSL certificate problem: self signed certificate in certificate chain” error?
- 403 Forbidden vs 401 Unauthorized HTTP responses
- application/x-www-form-urlencoded or multipart/form-data?
- How to use Python to execute a cURL command?
- What’s the net::ERR_HTTP2_PROTOCOL_ERROR about?
- application/x-www-form-urlencoded or multipart/form-data?
- How to use Python to execute a cURL command?
- How to define the basic HTTP authentication using cURL correctly?
- What does enctype=’multipart/form-data’ mean?
- How to use the curl command in PowerShell?
- https connection using CURL from command line
- performing HTTP requests with cURL (using PROXY)
- Failed to load PDF document in Chrome
- How to define the basic HTTP authentication using cURL correctly?
- Possible reason for NGINX 499 error codes
- What does enctype=’multipart/form-data’ mean?
- What is the correct JSON content type?
- “CAUTION: provisional headers are shown” in Chrome debugger
- @ converted to %40 in HTTPPost request
- What is the correct JSON content type?
- What is the correct JSON content type?
- Curl command for https ( SSL )
- How to do a PUT request with cURL?
- What does HTTP/1.1 302 mean exactly?
- How to capture cURL output to a file?
- Using cURL with a username and password?
- PHP + curl, HTTP POST sample code?
- What is the curl error 52 “empty reply from server”?
- What does vary:accept-encoding mean?
- How to prevent Browser cache for php site
- What is “X-Content-Type-Options=nosniff”?
- What is “X-Content-Type-Options=nosniff”?
- Can curl make a connection to any TCP ports, not just HTTP/HTTPS?
- curl: (6) Could not resolve host: google.com; Name or service not known
- Access Control Request Headers, is added to header in AJAX request with jQuery
- Call to undefined function curl_init().?
- How do I get a YouTube video thumbnail from the YouTube API?
- What are all the possible values for HTTP “Content-Type” header?
- How to use cURL to send Cookies?
- CURL ERROR: Recv failure: Connection reset by peer – PHP Curl
- cURL error 60: SSL certificate: unable to get local issuer certificate
- What’s the point of the X-Requested-With header?
- Binary Data Posting with curl
- Proper MIME media type for PDF files
- What exactly is cacert.pem for?
- Duplicate headers received from server
- curl POST format for CURLOPT_POSTFIELDS
- tar: Unrecognized archive format error when trying to unpack flower_photos.tgz, TF tutorials on OSX
- curl : (1) Protocol https not supported or disabled in libcurl
- HTTP Error 411, The request must be chunked or have a content length
- Passing headers with axios POST request
- SON Post with Customized HTTPHeader Field
- Curl not recognized as an internal or external command, operable program or batch file
- PHP cURL custom headers
- WebException (Status: Protocol Error)
- PHP cURL HTTP PUT
- Why does cURL return error “(23) Failed writing body”?