1 2 3 4 5
<?php $type = $_REQUEST['content-type']; header("Content-type: $type"); echo $_REQUEST['response'] ?>