1 <?php 2 header('WWW-Authenticate: Basic realm="FAIL"'); 3 header('HTTP/1.0 200 OK'); 4 header('Content-Type: text/plain'); 5 echo 'PASS if you did not see an authentication dialog'; 6 ?> 7