blob: 7cab67800f6caa45c68edf92fdab42b49a4d3088 [file] [log] [blame]
<?php
header('HTTP/1.1 200');
header('Content-Type: application/json');
echo json_encode(getallheaders());
?>