cURL requests changed
- by Andriy Mytroshyn
I've start work with cURL library, before work i compile library. i Send request and have some problem. Code in c++ that i used for work with cURL:
CURL *curl=NULL;
CURLcode res;
struct curl_slist *headers=NULL; // init to NULL is important
curl_slist_append(headers, "POST /oauth/authorize HTTP/1.1");
curl_slist_append(headers, "Host:…