Previous Topic: Static Variables

Next Topic: User Context Variables

Request Context Variables

Each request processed by SiteMinder establishes a request context. This context identifies:

Action

Type of action specified in the request, such as GET or POST.

Resource

Requested resource, such as /directory_name/.

Server

Full server name specified in the request, such as server.company.com.

A request context variable may capture any of this information and make it available for inclusion in a policy expression or response. The key benefit of this type of variable is to provide fine-grained request context information without any programming logic.