Home
last modified time | relevance | path

Searched full:authorization (Results 1 – 25 of 519) sorted by relevance

12345678910>>...21

/third_party/node/test/parallel/
Dtest-http-request-join-authorization-headers.js11 assert.strictEqual(req.headers.authorization, '1, 2');
13 …res.writeHead(200, ['authorization', '3', 'authorization', '4', 'cookie', 'foo', 'cookie', 'bar']);
20 headers: ['authorization', '1', 'authorization', '2', 'cookie', 'foo', 'cookie', 'bar'],
24 assert.strictEqual(res.headers.authorization, '3, 4');
39 assert.strictEqual(req.headers.authorization, '1'); // non joined value
40 res.writeHead(200, ['authorization', '3', 'authorization', '4']);
47 headers: ['authorization', '1', 'authorization', '2'],
51 assert.strictEqual(res.headers.authorization, '3, 4');
65 assert.strictEqual(req.headers.authorization, '1, 2');
66 res.writeHead(200, ['authorization', '3', 'authorization', '4']);
[all …]
Dtest-http-incoming-matchKnownFields.js26 checkDest('Authorization', { authorization: undefined }, undefined); property
27 checkDest('authorization', { authorization: 'test' }, 'value'); property
28 checkDest('Proxy-Authorization', { 'proxy-authorization': undefined });
29 checkDest('proxy-authorization', { 'proxy-authorization': 'test' }, 'value');
/third_party/curl/tests/data/
Dtest15314 HTTP/1.1 401 Authorization Required swsclose
25 HTTP/1.1 401 Authorization Required swsclose
35 # Authorization: Digest line passed-in from the client
50 HTTP/1.1 401 Authorization re-negotiation please swsbounce
81 HTTP with Digest authorization with stale=true
91 ^Authorization.*cnonce
101 Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER…
112 Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER…
118 Authorization: Digest username="testuser", realm="testrealm", nonce="999999", uri="/%TESTNUMBER0002…
124 HTTP/1.1 401 Authorization Required swsclose
[all …]
Dtest9016 HTTP/1.1 401 Authorization Required swsclose
28 # Authorization: NTLM line passed-in from the client
40 # Authorization: NTLM line passed-in from the client
51 HTTP/1.1 401 Authorization Required swsclose
73 # Authorization: NTLM line passed-in from the client
84 HTTP/1.1 401 Authorization Required swsclose
103 HTTP/1.1 401 Authorization Required swsclose
155 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
161 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAA…
172 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
[all …]
Dtest38814 HTTP/1.1 401 Authorization Required swsclose
25 HTTP/1.1 401 Authorization Required swsclose
35 # Authorization: Digest line passed-in from the client
50 HTTP/1.1 401 Authorization re-negotiation please swsbounce
91 ^Authorization.*cnonce
101 Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER…
112 Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER…
118 Authorization: Digest username="testuser", realm="testrealm", nonce="999999", uri="/%TESTNUMBER0002…
124 HTTP/1.1 401 Authorization Required swsclose
136 HTTP/1.1 401 Authorization Required swsclose
[all …]
Dtest10712 # Authorization is used to force curl to realize that the server is
4 # authorization header, but using HTTP 1.0, not 1.1.
18 HTTP/1.0 401 Authorization Required swsclose
31 # Authorization: Digest line passed-in from the client
43 HTTP/1.0 401 Authorization Required swsclose
73 Downgraded HTTP PUT to HTTP 1.0 with authorization
101 Authorization: Digest username="testuser", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/%…
Dtest33519 HTTP/1.1 407 Authorization Required to proxy me my dear swsclose
27 HTTP/1.1 401 Authorization to the remote host as well swsbounce swsclose
42 HTTP/1.1 407 Authorization Required to proxy me my dear swsclose
45 HTTP/1.1 401 Authorization to the remote host as well swsbounce swsclose
85 Proxy-Authorization: Digest username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER",…
92 Proxy-Authorization: Digest username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER",…
93 Authorization: Digest username="digest", realm="realmweirdo", nonce="123456", uri="/%TESTNUMBER", r…
Dtest16817 HTTP/1.1 407 Authorization Required to proxy me my dear swsclose
25 HTTP/1.1 401 Authorization to the remote host as well swsbounce swsclose
40 HTTP/1.1 407 Authorization Required to proxy me my dear swsclose
43 HTTP/1.1 401 Authorization to the remote host as well swsbounce swsclose
83 Proxy-Authorization: Digest username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER",…
90 Proxy-Authorization: Digest username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER",…
91 Authorization: Digest username="digest", realm="realmweirdo", nonce="123456", uri="/%TESTNUMBER", r…
Dtest59016 HTTP/1.1 407 Authorization Required swsclose
28 HTTP/1.1 407 Authorization Required to proxy me my dear
36 # Authorization: NTLM line passed-in from the client
47 HTTP/1.1 407 Authorization Required swsclose
54 HTTP/1.1 407 Authorization Required to proxy me my dear
101 Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
107 Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAAAgACAHAAAAALAAsAcgAAAAAAA…
Dtest6913 HTTP/1.1 401 Authorization Required swsclose
25 # Authorization: NTLM line passed-in from the client
37 # Authorization: NTLM line passed-in from the client
48 HTTP/1.1 401 Authorization Required swsclose
83 HTTP with NTLM, Basic or Wild-and-crazy authorization
100 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
106 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAA…
Dtest54816 HTTP/1.1 407 Authorization Required swsclose
29 HTTP/1.1 407 Authorization Required to proxy me my dear
37 # Authorization: NTLM line passed-in from the client
48 HTTP/1.1 407 Authorization Required swsclose
56 HTTP/1.1 407 Authorization Required to proxy me my dear
105 Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
113 Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAA…
Dtest24317 HTTP/1.1 407 Authorization Required swsclose
30 HTTP/1.1 407 Authorization Required to proxy me my dear
38 # Authorization: NTLM line passed-in from the client
49 HTTP/1.1 407 Authorization Required swsclose
57 HTTP/1.1 407 Authorization Required to proxy me my dear
102 Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
111 Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAA…
Dtest54716 HTTP/1.1 407 Authorization Required swsclose
29 HTTP/1.1 407 Authorization Required to proxy me my dear
37 # Authorization: NTLM line passed-in from the client
48 HTTP/1.1 407 Authorization Required swsclose
56 HTTP/1.1 407 Authorization Required to proxy me my dear
105 Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
113 Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAA…
Dtest2031249 HTTP authorization retry (NTLM)
261 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
266 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAA…
271 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
276 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAA…
281 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
286 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAA…
291 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
296 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAA…
301 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
[all …]
Dtest102117 HTTP/1.1 407 Authorization Required to proxy me my dear swsclose
27 HTTP/1.1 407 Authorization Required to proxy me my dear
35 # Authorization: NTLM line passed-in from the client
64 HTTP/1.1 407 Authorization Required to proxy me my dear swsclose
69 HTTP/1.1 407 Authorization Required to proxy me my dear
117 Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
123 Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAA…
Dtest15514 HTTP/1.1 401 NTLM Authorization Required swsclose
26 # Authorization: NTLM line passed-in from the client
38 # Authorization: NTLM line passed-in from the client
49 HTTP/1.1 401 NTLM Authorization Required swsclose
84 HTTP PUT with --anyauth authorization (picking NTLM)
112 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
119 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAA…
Dtest55521 HTTP/1.1 407 Authorization Required swsclose
34 HTTP/1.1 407 Authorization Required to proxy me my dear
42 # Authorization: NTLM line passed-in from the client
53 HTTP/1.1 407 Authorization Required swsclose
61 HTTP/1.1 407 Authorization Required to proxy me my dear
110 Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
118 Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAA…
Dtest8917 Authorization: NTLM line passed-in from the client -->
30 # Authorization: NTLM line passed-in from the client
51 # Authorization: NTLM line passed-in from the client
112 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
118 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAA…
124 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
130 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAA…
Dtest31865 HTTP with custom Authorization: and redirect to new host
68 http://first.host.it.is/we/want/that/page/%TESTNUMBER -x %HOSTIP:%HTTPPORT -H "Authorization: s3cr3…
81 Proxy-Authorization: Basic dGVzdGluZzp0aGlz
85 Authorization: s3cr3t
89 Proxy-Authorization: Basic dGVzdGluZzp0aGlz
93 Authorization: s3cr3t
Dtest2025210 HTTP authorization retry (Basic switching to NTLM)
222 Authorization: Basic dGVzdHVzZXI6d3JvbmdwYXNz
227 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
232 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAA…
237 Authorization: Basic dGVzdHVzZXI6d3JvbmdwYXNz
242 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
247 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAA…
252 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
257 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAA…
Dtest9113 HTTP/1.1 401 Authorization Required swsclose
25 # Authorization: NTLM line passed-in from the client
37 # Authorization: NTLM line passed-in from the client
48 HTTP/1.1 401 Authorization Required swsclose
101 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
107 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAgACABwAAAABgAGAHgAAAALAAsAfgAAAAAAAAAAAAA…
Dtest2029183 HTTP authorization retry (NTLM switching to Basic)
195 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
200 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAA…
205 Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
210 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
215 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAA…
220 Authorization: Basic dGVzdHVzZXI6d3JvbmdwYXNz
225 Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
Dtest16715 HTTP/1.1 401 Authorization Required swsclose
29 HTTP/1.1 401 Authorization Required swsclose
63 Proxy-Authorization: Basic Zm9vOmJhcg==
70 Proxy-Authorization: Basic Zm9vOmJhcg==
71 Authorization: Digest username="digest", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER", re…
Dtest141217 HTTP/1.1 401 Authorization Required swsclose
30 HTTP/1.1 401 Authorization Required swsclose
42 # Authorization: Digest line passed-in from the client
65 HTTP/1.1 401 Authorization Required swsclose
111 Authorization: Digest username="testuser", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/%…
122 Authorization: Digest username="testuser", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/%…
/third_party/node/deps/npm/test/lib/commands/
Dunpublish.js26 authorization: 'test-auth-token', property
132 authorization: 'test-auth-token', property
158 authorization: 'test-auth-token', property
201 authorization: 'test-auth-token', property
221 authorization: 'test-auth-token', property
242 authorization: 'test-auth-token', property
313 authorization: 'test-auth-token', property
340 authorization: 'test-auth-token', property
369 authorization: 'test-auth-token', property
402 authorization: 'test-other-token', property
[all …]

12345678910>>...21