chromium/third_party/blink/web_tests/http/tests/misc/authentication-redirect-1/resources/auth-echo.php

<?php
echo "Resource loaded with HTTP authentication username '", $_SERVER["PHP_AUTH_USER"], "' and password '", $_SERVER["PHP_AUTH_PW"], "'\n";
?>