Sign in
webkit
/
WebKit
/
c40b553ec07240fe5ed753e57d2381bca594fba7
/
.
/
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"
;
?>