Sign in
webkit
/
WebKit
/
1e0197afe9ceb835575cd35795e88773cb8a574d
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
print-xtest-header.cgi
blob: 81e3f2a5e95ae45c50b20e349653baec8b9d56b0 [
file
] [
log
] [
blame
]
#!/usr/bin/perl -w
use
CGI qw
(:
standard
);
my
$cgi
=
new CGI
;
print
"Cache-Control: no-cache, no-store\n"
;
print
"Content-type: text/plain\n\n"
;
print
"x-test: $ENV{\"HTTP_X_TEST\"}\n"
;