• Home
  • Raw
  • Download

Lines Matching full:authenticate

140             requests[0][1].headers, "www-authenticate"
148 requests[2][1].headers, "www-authenticate"
161 ({"www-authenticate": ""}, {}),
164 "www-authenticate": 'Test realm="test realm" , foo=foo ,bar="bar", baz=baz,qux=qux'
177 {"www-authenticate": 'T*!%#st realm=to*!%#en, to*!%#en="quoted string"'},
181 {"www-authenticate": 'Test realm="a \\"test\\" realm"'},
184 ({"www-authenticate": 'Basic realm="me"'}, {"basic": {"realm": "me"}}),
186 {"www-authenticate": 'Basic realm="me", algorithm="MD5"'},
190 {"www-authenticate": 'Basic realm="me", algorithm=MD5'},
194 {"www-authenticate": 'Basic realm="me",other="fred" '},
197 ({"www-authenticate": 'Basic REAlm="me" '}, {"basic": {"realm": "me"}}),
200 …"www-authenticate": 'Digest realm="digest1", qop="auth,auth-int", nonce="7102dd2", opaque="e9517f"'
214 …"www-authenticate": 'Digest realm="multi-d", nonce="8b11d0f6", opaque="cc069c" Basic realm="multi-…
223 …# ({'www-authenticate': 'Digest realm="2-comma-d", qop="auth-int", nonce="c0c8ff1", Basic realm="2…
228 …# ({'www-authenticate': 'Digest realm="com3d", Basic realm="com3b", WSSE realm="com3w", profile="t…
232 # ({'www-authenticate':
241 …"www-authenticate": 'Digest realm="myrealm", nonce="KBAA=3", algorithm=MD5, qop="auth", stale=true'
272 … "www-authenticate": 'OAuth "Facebook Platform" "invalid_token" "Invalid OAuth access token."'
283 "www-authenticate": 'Digest realm="myrealm", nonce="KBAA=35", algorithm=MD5, qop="auth"'
307 "www-authenticate": 'Digest realm="myrealm", nonce="30352fd", algorithm=MD5, '
332 response["www-authenticate"] = (
351 response["www-authenticate"] = (