SBM ModScript Reference → Programming SBM ModScript → Shell Properties → Shell Property Descriptions → Browser Redirection Shell Properties
Browser Redirection shell property accessors are defined when the browser can be redirected.
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.
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.
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.