jquery/test/data/ajax/content-type.php
Oleg Gaidarenko 239169bb2e Ajax: improve content-type detection
Fixes gh-2584
Closes gh-2643
2015-10-12 22:38:15 +03:00

6 lines
105 B
PHP

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