Sign in
webkit
/
WebKit
/
904e1a26ce5bae1cca2488fbe8fa45b3bb8bc79e
/
.
/
ManualTests
/
blackberry
/
http-auth-on-200.php
blob: 43831ce34a6441859ab444d44f7c3cc8817f6f24 [
file
] [
log
] [
blame
]
<?
php
header
(
'WWW-Authenticate: Basic realm="FAIL"'
);
header
(
'HTTP/1.0 200 OK'
);
header
(
'Content-Type: text/plain'
);
echo
'PASS if you did not see an authentication dialog'
;
?>