Contents of a redirected response
Redirected responses resulting from local response redirection are standard HTTP 302 redirect responses containing a specially constructed Location header.
The Location header contains the following components:
- A configurable destination URI.
- A query string indicating the required server response operation, and an optional set of configurable WebSEAL macros and their values.
The Location header has the following format:
Location header = location-URI?TAM_OP=operation-value[&optional-macros]
For details on each of the components of the Location header, refer to the following sections:
- URI for local response redirection
- Operation for local response redirection
- Macro support for local response redirection
Parent topic: Local response redirection