HttpHeader
=HttpHeader(string pageUrl, string headerName (optional)) : string
Purpose
Returns response HTTP header. If no header argument is provided, all headers will be returned. Use the Dump function to output the entire array of Header names and values.
Example
=HttpHeader("https://google.com","Content-Type")
=> "text/html; charset=ISO-8859-1"
Get help with this function in the community →