Browser Redirection Shell Properties

Browser Redirection shell property accessors are defined when the browser can be redirected.

Shell.RedirectURL()

string (output). If the script writes a URL string to this property, the browser is redirected there when the script exits. The server generates an HTTP 302 response containing header values appropriate for most uses.

Shell.RedirectHTTP()

string (output). If the script writes an entire HTTP response string to this property, the browser is sent this HTTP response verbatim when the script exits. This is an advanced feature for special situations, such as when writing cookie values into the redirect response. Care must be taken to ensure that the HTTP string is complete, syntactically valid, and accepted by all browsers in use.

Related Topics

Shell Property Descriptions

Shell Properties by Context