HttpStatus
=HttpStatus(URL,
[string requestMethod=GET],
[string part]) : string
Purpose
Returns the HTTP status code and its description. Use this function to find broken links.
HttpStatus also retrieves the Location header (useful for debugging redirects).
Use UnshortUrl to get the url of the last redirect.
Part
Returns a specific part of the result. Available parts:
code
, description
, location
=HttpStatus("https://seotoolsforexcel.com";"code")
=> 200
Get help with this function in the community →