Query: curlopt_unrestricted_auth
OS: mojave
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CURLOPT_UNRESTRICTED_AUTH(3) curl_easy_setopt options CURLOPT_UNRESTRICTED_AUTH(3)NAMECURLOPT_UNRESTRICTED_AUTH - send credentials to other hosts tooSYNOPSIS#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_UNRESTRICTED_AUTH, long goahead);DESCRIPTIONA 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).DEFAULT0PROTOCOLSHTTPEXAMPLETODOAVAILABILITYAlong with HTTPRETURN VALUEReturns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.SEE ALSOCURLOPT_FOLLOWLOCATION(3), CURLOPT_USERPWD(3), libcurl 7.54.0 February 03, 2016 CURLOPT_UNRESTRICTED_AUTH(3)
Related Man Pages |
---|
curlopt_http_content_decoding(3) - mojave |
curlopt_postredir(3) - mojave |
curlopt_useragent(3) - mojave |
curlopt_userpwd(3) - mojave |
curlopt_httpget(3) - mojave |
Similar Topics in the Unix Linux Community |
---|
Help needed in invoking shell command in PHP |