Skip to content

HTTP

HTTP Task

Field Type Description Required Default
response_code Integer The status code of the main page
Yes
None
redirection_url Keyword The final page of the requested url
Optional
None
redirects List [HTTPRedirect] List of Redirects
Optional
None
favicon File The file information of the main favicon
Optional
None
title Keyword The title of the main page after any redirection
Optional
None

HTTPRedirect

Field Type Description Required Default
from_url Keyword
Yes
None
to_url Keyword
Yes
None