Enabling HTML redirection
About this task
Use the enable-html-redirect stanza entry in the [acnt-mgt] stanza of the WebSEAL configuration file to enable or disable HTML redirection. You can use HTML redirection, in conjunction with some JavaScript code, to preserve the HTML fragment in the response.
Valid values are “yes” (enable) and “no” (disable). HTML redirection is disabled by default. For example:
[acnt-mgt]
enable-html-redirect = noIf you enable this configuration entry, WebSEAL returns the redirect page that is specified by html-redirect in the [acnt-mgt] stanza instead of an HTTP 302 response. For example:
[acnt-mgt]
html-redirect = redirect.htmlNote: This configuration
for HTML redirection does not affect redirect responses that are returned
by junctioned web servers.