Lines Matching full:authenticate
74 "www-authenticate: Basic realm=\"BasicRealm\"\n",
82 "www-authenticate: Fake realm=\"FooBar\"\n",
89 "www-authenticate: Basic realm=\"FooBar\"\n"
90 "www-authenticate: Fake realm=\"FooBar\"\n"
91 "www-authenticate: nonce=\"aaaaaaaaaa\"\n"
92 "www-authenticate: Digest realm=\"DigestRealm\", nonce=\"aaaaaaaaaa\"\n",
100 "www-authenticate:\n",
110 "WWW-Authenticate: Negotiate\n"
111 "WWW-Authenticate: NTLM\n",
156 "WWW-Authenticate: Mock token_here\n";
159 "WWW-Authenticate: Basic realm=\"happy\"\n";
164 "WWW-Authenticate: \n";
167 "WWW-Authenticate: Basic realm=\"happy\"\n"
168 "WWW-Authenticate: Mock token_here\n";
171 "WWW-Authenticate: Mock token_a\n"
172 "WWW-Authenticate: Mock token_b\n";
414 EXPECT_STREQ("WWW-Authenticate", name.c_str());
417 EXPECT_STREQ("Proxy-Authenticate", name.c_str());