<?php

header("HTTP/1.1 418 I'm a teapot");
header('Content-Type: text/json');
print json_encode($_SERVER, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES);