Lines Matching full:authenticate
486 // Even though WWW-Authenticate has commas, it should not be treated as
490 "WWW-Authenticate:Digest realm=foobar, nonce=x, domain=y\n"
491 "WWW-Authenticate:Basic realm=quatar\n";
498 EXPECT_TRUE(parsed->EnumerateHeader(&iter, "WWW-Authenticate", &value));
500 EXPECT_TRUE(parsed->EnumerateHeader(&iter, "WWW-Authenticate", &value));
502 EXPECT_FALSE(parsed->EnumerateHeader(&iter, "WWW-Authenticate", &value));