Top "Curl" questions

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

How to send file contents as body entity using cURL

I am using cURL command line utility to send HTTP POST to a web service. I want to include a …

post curl
Passing $_POST values with cURL

How do you pass $_POST values to a page using cURL?

php post curl
how to get the cookies from a php curl into a variable

So some guy at some other company thought it would be awesome if instead of using soap or xml-rpc or …

php cookies curl
How to include Authorization header in cURL POST HTTP Request in PHP?

I'm trying to access mails of a user through Gmails OAuth 2.0, and I'm figuring this out through Google's OAuth 2.0 Playground …

php http curl oauth
How to PUT a json object with an array using curl

I have a series of data to enter into database. The user interface to enter the data isn't good for …

json curl
Correct way to set Bearer token with CURL

I get my bearer token from an API end point and set the following: $authorization = "Bearer 080042cad6356ad5dc0a720…

php http curl oauth-2.0
Solving sslv3 alert handshake failure when trying to use a client certificate

I'm trying to connect to a service that requires a certificate for authorization. The process is that I send the …

ssl curl openssl client-certificates
Execute bash script from URL

Say I have a file at the URL "http://mywebsite.com/myscript.txt" that contains a script: #!/bin/bash echo "…

linux bash curl
Curl: Fix CURL (51) SSL error: no alternative certificate subject name matches

I am new to CURL world, coming from Windows + .NET domain. Trying to access Rest API for basic authentication at …

ssl curl https
Curl error 60, SSL certificate issue: self signed certificate in certificate chain

I try to send curl request with my correct APP_ID, APP_SECRET etc. to the https://oauth.vk.com/…

php curl oauth vk