diff options
Diffstat (limited to 'endpoint.php')
-rw-r--r-- | endpoint.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/endpoint.php b/endpoint.php index e133c90..b8f9f6c 100644 --- a/endpoint.php +++ b/endpoint.php @@ -29,6 +29,7 @@ if(isset($content_length)) { fwrite($fd, "Content-Length: ". $content_length . "\n"); } fwrite($fd, "\n"); +fwrite($fd, file_get_contents("php://input")); fflush($fd); fclose($fd); |