PHP menerima permintaan

<?php
//easiest way
//php -S ip:port this_file.php
var_dump($_REQUEST['cookie']);

?>
Adorable Antelope