chromium/third_party/blink/web_tests/http/tests/xmlhttprequest/resources/echo-content.php

<?php
header('Content-Type: text/plain');
echo file_get_contents('php://input');
?>