Category "libcurl"

What is the first parameter of curl_easy_escape for?

The curl_easy_escape function of curl takes a CURL* as its first parameter, as curl’s documentation indicates: char *curl_easy_escape(CURL *curl, const ch

libcurl with 7.48.0 or 7.64.1 cannot pass digest auth while curl command or firefox can pass using the same web server

libcurl fails with digest auth. here is the successful request packet sent by curl command tools: GET /nagios/ HTTP/1.1 Host: 192.168.10.199:1237 Authorization:

parse libcurl response with nlohmann json or rapidjson

My libcurl code returns me a json string: {"object":"user","attributes":{"id":000,"admin":false,"username":"un","email":"[email protected]","first_name":"leopold

curl with Kerberos error: option --negotiate: the installed libcurl version doesn't support this

I would like to use curl with Kerberos curl --negotiate '<SOME_ULR>' or curl --negotiate -u : '<SOME_ULR>' But I got the error: curl: option

How to force Git (2.5+) HTTP transport prefer SPNEGO over Basic authentication?

Summary: I am using Git for Windows 2.5.1 to authenticate with a Kerbesized Git server. When I am using the URL in the form https://el2-gitlab.sa.c/kkm/GrammarT