blob: 3e8090bc8b76f07668efac30b9fdd160a0a8e8fd [file] [log] [blame]
<?php
header("Content-Type: application/json");
header("Access-Control-Allow-Credentials: true");
header("Access-Control-Allow-Origin: ${_SERVER['HTTP_ORIGIN']}");
echo json_encode($_COOKIE);
?>