Unknown option: "-3" Unix manual page for CURLOPT_UNRESTRICTED_AUTH. (host=minya system=Darwin)
CURLOPT_UNRESTRICTED_AUTH(3curl_easy_setopt optionCURLOPT_UNRESTRICTED_AUTH(3)

NAME
       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 authen-
       tication (user+password) credentials  when  following  locations,  even
       when hostname changed. This option is meaningful only when setting CUR-
       LOPT_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.

SEE ALSO
       CURLOPT_FOLLOWLOCATION(3), CURLOPT_USERPWD(3),

libcurl 7.54.0                 February 03, 2016  CURLOPT_UNRESTRICTED_AUTH(3)