CURLOPT_UNRESTRICTED_AUTH (3) Linux Manual Page
CURLOPT_UNRESTRICTED_AUTH – send credentials to other hosts too
Synopsis
#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_UNRESTRICTED_AUTH, long goahead);
Description
A long parameter set to 1 tells libcurl it can continue to send authentication (user+password) credentials when following locations, even when hostname changed. This option is meaningful only when setting CURLOPT_FOLLOWLOCATION(3).
Default
0
Protocols
HTTP
Example
TODO
Availability
Along with HTTP
Return Value
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
