Sign in
webkit
/
WebKit
/
c6a7a2f378a60ecad2c606428f6fc0921528b1a6
/
.
/
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'];