Sign in
webkit
/
WebKit
/
436b72e27e0464bf3a61a2b074723e3cc9dee953
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
auth-echo.php
blob: 9590e7a004d0feea625a748964ec1d1708975b5f [
file
] [
log
] [
blame
]
<?
php
echo
"Resource loaded with HTTP authentication username '"
,
$_SERVER
[
"PHP_AUTH_USER"
],
"' and password '"
,
$_SERVER
[
"PHP_AUTH_PW"
],
"'\n"
;
?>