Lines Matching refs:to
20 CURLOPT_UNRESTRICTED_AUTH - send credentials to other hosts too
33 Set the long *gohead* parameter to 1L to make libcurl continue to send
38 Further, when this option is not used or set to **0L**, libcurl does not send
40 requests done to other hosts than the one used for the initial URL. Another
45 headers to the initial host as given in the original URL, to avoid leaking
46 username + password to other sites.
50 CURLOPT_UNRESTRICTED_AUTH(3) to 1L makes curl trust the server and sends
51 possibly sensitive credentials to any host the server points to, possibly
52 again and again as the following hosts can keep redirecting to new hosts.
54 Due to the way HTTP works, almost any header can be made to contain data a
55 client may not want to pass on to other servers than the initially intended
57 protection from this happening when libcurl is told to follow redirects.