/curl/docs/libcurl/opts/ |
H A D | CURLINFO_HTTPAUTH_AVAIL.md | 51 long auth; 52 res = curl_easy_getinfo(curl, CURLINFO_HTTPAUTH_AVAIL, &auth); 54 if(!auth) 55 printf("No auth available, perhaps no 401?\n"); 58 auth & CURLAUTH_BASIC ? "Basic ":"", 59 auth & CURLAUTH_DIGEST ? "Digest ":"", 60 auth & CURLAUTH_NEGOTIATE ? "Negotiate ":"", 61 auth % CURLAUTH_NTLM ? "NTLM ":"");
|
H A D | CURLINFO_PROXYAUTH_AVAIL.md | 52 long auth; 53 res = curl_easy_getinfo(curl, CURLINFO_PROXYAUTH_AVAIL, &auth); 55 if(!auth) 56 printf("No proxy auth available, perhaps no 407?\n"); 59 auth & CURLAUTH_BASIC ? "Basic ":"", 60 auth & CURLAUTH_DIGEST ? "Digest ":"", 61 auth & CURLAUTH_NEGOTIATE ? "Negotiate ":"", 62 auth % CURLAUTH_NTLM ? "NTLM ":"");
|
/curl/tests/data/ |
H A D | test1286 | 6 HTTP Digest auth 16 WWW-Authenticate: Digest realm="testrealm", nonce="1053604144", qop="auth" 40 WWW-Authenticate: Digest realm="testrealm", nonce="1053604144", qop="auth" 82 # Since regular and SSPI digest auth header fields may not have the same order 86 # - Remove quotes from qop="auth" used by SSPI 89 …/=]+"$/$1REMOVED/; s/^(response=)"[a-f0-9]{32}"$/$1REMOVED/; s/^qop="auth"$/qop=auth/; $_ } sort s… 99 Authorization: Digest cnonce=REMOVED, nc=00000001, nonce="1053604144", qop=auth, realm="testrealm",… 105 Authorization: Digest cnonce=REMOVED, nc=00000002, nonce="1053604144", qop=auth, realm="testrealm",…
|
H A D | test540 | 7 HTTP proxy Digest auth 18 # this is returned first since we get no proxy-auth 27 # then this is returned when we get proxy-auth 33 Nice proxy auth sir! 45 Nice proxy auth sir! 54 Nice proxy auth sir! 73 HTTP proxy auth Digest multi API re-using connection
|
H A D | test2032 | 6 HTTP Basic auth 7 HTTP NTLM auth 16 <!-- Basic auth --> 18 HTTP/1.1 401 Need Basic or NTLM auth 28 <!-- NTLM auth --> 30 HTTP/1.1 401 Need Basic or NTLM auth (2)
|
H A D | test335 | 8 HTTP proxy Digest auth 9 HTTP Digest auth 10 HTTP auth in URL 17 # this is returned first since we get no proxy-auth 25 # then this is returned since we get no server-auth 38 Nice auth sir! 52 Nice auth sir!
|
H A D | test2027 | 6 HTTP Digest auth 23 <!-- First request has Digest auth, wrong password --> 25 HTTP/1.1 401 Need Digest auth 44 <!-- Second request has Digest auth, right password --> 46 HTTP/1.1 401 Need Digest auth (2) 64 <!-- Third request has Digest auth, wrong password --> 66 HTTP/1.1 401 Need Digest auth (3) 87 HTTP/1.1 401 Need Digest auth (4) 106 <!-- Fifth request has Digest auth, right password --> 117 HTTP/1.1 401 Need Digest auth [all …]
|
H A D | test2026 | 6 HTTP Basic auth 7 HTTP Digest auth 16 <!-- First request has Digest auth, wrong password --> 18 HTTP/1.1 401 Need Basic or Digest auth 39 <!-- Second request has Basic auth, right password --> 49 <!-- Third request has Digest auth, wrong password --> 51 HTTP/1.1 401 Need Basic or Digest auth (2) 72 <!-- Fourth request has Basic auth, wrong password --> 84 <!-- Fifth request has Basic auth, right password --> 95 HTTP/1.1 401 Need Basic or Digest auth [all …]
|
H A D | test168 | 7 HTTP proxy Digest auth 8 HTTP Digest auth 15 # this is returned first since we get no proxy-auth 23 # then this is returned since we get no server-auth 36 Nice auth sir! 50 Nice auth sir!
|
H A D | test2028 | 6 HTTP Digest auth 7 HTTP NTLM auth 17 <!-- First request has Digest auth, wrong password --> 19 HTTP/1.1 401 Need Digest or NTLM auth 40 <!-- Second request has NTLM auth, right password --> 42 HTTP/1.1 401 Need Digest or NTLM auth (2) 73 HTTP/1.1 401 Need Digest or NTLM auth (3) 96 HTTP/1.1 401 Need Digest or NTLM auth (4) 129 HTTP/1.1 401 Need Digest or NTLM auth (5) 159 HTTP/1.1 401 Need Digest or NTLM auth [all …]
|
H A D | test2030 | 6 HTTP Digest auth 7 HTTP NTLM auth 29 <!-- First request has NTLM auth, wrong password --> 31 HTTP/1.1 401 Need Digest or NTLM auth 62 <!-- Second request has Digest auth, right password --> 64 HTTP/1.1 401 Need Digest or NTLM auth (2) 83 <!-- Third request has NTLM auth, wrong password --> 85 HTTP/1.1 401 Need Digest or NTLM auth (3) 118 HTTP/1.1 401 Need Digest or NTLM auth (4) 139 <!-- Fifth request has Digest auth, right password --> [all …]
|
H A D | test1630 | 7 HTTPS-proxy Basic auth 32 HTTPS-proxy with Basic auth to HTTP without auth
|
H A D | test167 | 7 HTTP proxy Basic auth 8 HTTP Digest auth 25 Nice auth sir! 36 Nice auth sir!
|
H A D | test2025 | 6 HTTP Basic auth 7 HTTP NTLM auth 17 <!-- First request has Basic auth, wrong password --> 29 <!-- Second request has NTLM auth, right password --> 31 HTTP/1.1 401 Need Basic or NTLM auth 60 <!-- Third request has Basic auth, wrong password --> 72 <!-- Fourth request has NTLM auth, wrong password --> 74 HTTP/1.1 401 Need Basic or NTLM auth (2) 105 <!-- Fifth request has NTLM auth, right password --> 107 HTTP/1.1 401 Need Basic or NTLM auth (3)
|
H A D | test718 | 9 HTTP proxy Digest auth 16 # this is returned first since we get no proxy-auth 41 HTTP proxy CONNECT (no auth) with proxy returning 407 and closing
|
H A D | test2056 | 6 HTTP Negotiate auth (stub krb5) 19 Nice auth sir! 28 Nice auth sir!
|
H A D | test2029 | 6 HTTP Basic auth 7 HTTP NTLM auth 17 <!-- First request has NTLM auth, wrong password --> 19 HTTP/1.1 401 Need Basic or NTLM auth 50 <!-- Second request has Basic auth, right password --> 60 <!-- Third request has NTLM auth, wrong password --> 62 HTTP/1.1 401 Need Basic or NTLM auth (2) 93 <!-- Fourth request has Basic auth, wrong password --> 105 <!-- Fifth request has Basic auth, right password -->
|
H A D | test2023 | 6 HTTP Basic auth 12 <!-- First request has Basic auth, wrong password --> 23 <!-- Second request has Basic auth, right password --> 33 <!-- Third request has Basic auth, wrong password --> 44 <!-- Fourth request has Basic auth, wrong password --> 55 <!-- Fifth request has Basic auth, right password -->
|
H A D | test2031 | 6 HTTP NTLM auth 13 <!-- First request has NTLM auth, wrong password --> 15 HTTP/1.1 401 Need NTLM auth 44 <!-- Second request has NTLM auth, right password --> 46 HTTP/1.1 401 Need NTLM auth (2) 74 <!-- Third request has NTLM auth, wrong password --> 76 HTTP/1.1 401 Need NTLM auth (3) 105 <!-- Fourth request has NTLM auth, wrong password --> 107 HTTP/1.1 401 Need NTLM auth (4) 136 <!-- Fifth request has NTLM auth, right password --> [all …]
|
H A D | test2024 | 6 HTTP Basic auth 7 HTTP Digest auth 16 <!-- First request has Basic auth, wrong password --> 28 <!-- Second request has Digest auth, right password --> 38 <!-- Third request has Basic auth, wrong password --> 50 <!-- Fourth request has Digest auth, wrong password --> 62 <!-- Fifth request has Digest auth, right password -->
|
H A D | test1008 | 8 HTTP proxy NTLM auth 20 # this is returned first since we get no proxy-auth 55 # then this is returned when we get proxy-auth 60 Nice proxy auth sir! 95 HTTP proxy CONNECT auth NTLM with chunked-encoded 407 response
|
H A D | test209 | 8 HTTP proxy NTLM auth 16 # this is returned first since we get no proxy-auth 46 # then this is returned when we get proxy-auth 51 Nice proxy auth sir! 86 HTTP proxy CONNECT auth NTLM
|
H A D | test213 | 8 HTTP proxy NTLM auth 16 # this is returned first since we get no proxy-auth 46 # then this is returned when we get proxy-auth 51 Nice proxy auth sir! 86 HTTP 1.0 proxy CONNECT auth NTLM and then POST
|
/curl/docs/cmdline-opts/ |
H A D | mail-auth.md | 4 Long: mail-auth 15 - --mail-auth user@example.com -T mail smtp://example.com/ 18 # `--mail-auth`
|
H A D | socks5-basic.md | 5 Help: Username/password auth for SOCKS5 proxies 7 Category: proxy auth
|