Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
status-404-without-body.php
blob: 0868f581b616f6da24376759547fdacd342a0728 [
file
] [
log
] [
blame
]
<?
php
header
(
'http/1.1 404 Not Found'
);
header
(
"Access-Control-Allow-Origin: *"
);
exit
();
?>