Redirect is a procedure that allows
TIdHTTPResponseInfo to redirect the HTTP client to specific URL. Redirect sets
ResponseNo to 302, the HTTP response code that indicates a temporary redirection has been performed. To indicate that a resource has been permanently moved, set
ResponseNo to 301.
Redirect also updates the "Location" Header for the HTTP response to contain the value specified in AURL.