Lines Matching refs:libcurl
6 Source: libcurl
37 libcurl issues another request for the new URL and follows subsequent new
40 of redirects libcurl follows.
42 libcurl restricts what protocols it automatically follow redirects to. The
44 default libcurl allows HTTP, HTTPS, FTP and FTPS on redirects.
47 request method libcurl uses in the subsequent request: For 301, 302 and 303
48 responses libcurl switches method from POST to GET unless CURLOPT_POSTREDIR(3)
49 instructs libcurl otherwise. All other redirect response codes make libcurl
57 By default, libcurl only sends `Authentication:` or explicitly set `Cookie:`
65 protection from this happening when libcurl is told to follow redirects.
69 Since libcurl changes method or not based on the specific HTTP response code,
71 libcurl would otherwise do and if not that carefully may even make it
72 misbehave since CURLOPT_CUSTOMREQUEST(3) overrides the method libcurl would
90 /* example.com is redirected, so we tell libcurl to follow redirection */