Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
url-with-credentials
/
authenticate.php
blob: ef132a541d78666368e381a69809550e3e468f41 [
file
] [
log
] [
blame
]
<?
php
header
(
'Content-Type: text/plain'
);
echo
'User: '
.
$_SERVER
[
'PHP_AUTH_USER'
],
' Password: '
.
$_SERVER
[
'PHP_AUTH_PW'];