http Request :
GET https://api.codetabs.com/v1/headers?domain=domain.tld
examples :
https://api.codetabs.com/v1/headers?domain=https://github.com
https://api.codetabs.com/v1/headers?domain=www.github.com
response :
[{
"HTTP/1.1": "301",
"Server": "nginx",
"Date": "Thu, 25 Jan 2018 17:54:21 GMT",
"Content-Type": "text/html",
"Content-Length": "178",
"Connection": "keep-alive",
"Location": "https://github.com/"
},
{
"HTTP/2": "200",
"server": "nginx",
"date": "Thu, 25 Jan 2018 17:54:21 GMT",
"content-type": "text/html",
"vary": "Accept-Encoding",
"expires": "Thu, 01 Jan 1970 00:00:01 GMT",
"cache-control": "no-cache",
"strict-transport-security": "max-age=15768000,
"x-frame-options": "DENY",
"x-content-type-options": "nosniff",
"x-xss-protection": "1; mode=block"
}]