Lines Matching refs:Basic
6 HTTP Basic auth
13 <!-- Alternate the order that Basic and Digest headers appear in responses to
18 HTTP/1.1 401 Need Basic or Digest auth
23 WWW-Authenticate: Basic realm="testrealm"
33 WWW-Authenticate: Basic realm="testrealm"
39 <!-- Second request has Basic auth, right password -->
51 HTTP/1.1 401 Need Basic or Digest auth (2)
56 WWW-Authenticate: Basic realm="testrealm"
66 WWW-Authenticate: Basic realm="testrealm"
72 <!-- Fourth request has Basic auth, wrong password -->
79 WWW-Authenticate: Basic realm="testrealm"
84 <!-- Fifth request has Basic auth, right password -->
95 HTTP/1.1 401 Need Basic or Digest auth
100 WWW-Authenticate: Basic realm="testrealm"
106 WWW-Authenticate: Basic realm="testrealm"
116 HTTP/1.1 401 Need Basic or Digest auth (2)
121 WWW-Authenticate: Basic realm="testrealm"
127 WWW-Authenticate: Basic realm="testrealm"
136 WWW-Authenticate: Basic realm="testrealm"
163 HTTP authorization retry (Digest switching to Basic)
196 Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
210 Authorization: Basic dGVzdHVzZXI6d3JvbmdwYXNz
215 Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=