Sign in
webkit
/
WebKit
/
269c01e2f86670a073a09a2883f7022dd65ba517
/
.
/
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'
;
?>