root
/
LayoutTests
/
http
/
tests
/
cache
/
resources
/body.php
/* [<][>][^][v][top]
[bottom]
[index]
[help]
*/
<?php
header
('Etag: 123456789');
echo
file_get_contents('php://input');
?>
/* [<][>][^][v]
[top]
[bottom]
[index]
[help]
*/