getResponseHeader

Get just the http receive headers with a given name from an URL

string
getResponseHeader
(
string url
,
string headerKey
)

Parameters

url string

Url to query

headerKey string

headerline to query

Return Value

Type: string

the value of a given header or null

Meta