GET /v1/headers?domain=domain.tld
/v1/headers?domain=https://github.com
/v1/headers?domain=www.github.com
[
{
"HTTP": "301 Moved Permanently",
"Final-URL": "http://github.com/",
"location": "https://github.com/"
},
{
"HTTP": "200 OK",
"Final-URL": "https://github.com/",
"content-type": "text/html; charset=utf-8",
"strict-transport-security": "max-age=31536000; includeSubdomains"
}
]