Files
frankenphp/testdata/echo.php
2023-11-10 18:39:29 +01:00

6 lines
83 B
PHP

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