Sign in
webkit
/
WebKit
/
9f8388ebdf099a98ce75d93c131e5941dc4da269
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
access-control-basic-allow-no-credentials.cgi
blob: da20100ad6b67961bf97b74a5859715cbf21955c [
file
] [
log
] [
blame
]
#!/usr/bin/perl -wT
use
strict
;
print
"Content-Type: text/plain\n"
;
print
"Access-Control-Allow-Origin: http://127.0.0.1:8000\n\n"
;
print
"PASS: Cross-domain access allowed.\n"
;