Type - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

Examples
v Assigns the WebQuery Stylesheet Policy to the current XSL Proxy.

type

Specifies the XSL Proxy type.
Syntax
type {loopback-proxy | static-backend | strict-proxy}
loopback-proxy
static-backend
strict-proxy
Guidelines
The type command specifies the mode of the XSL Proxy.
v When loopback, the XSL Proxy processes request messages with the processing
v When static proxy, the XSL Proxy identifies the backend server using the IP
v When strict proxy, the XSL Proxy identifies the backend server by examining the
Do not use the type command to create a new XSL Proxy. Use it to recast the type
of an existing XSL Proxy.
Related Commands
remote-address, ssl, stylesheet-policy
Examples
v Changes the XSL Proxy type to strict proxy.
# stylesheet-policy WebQuery
#
Sets the XSL Proxy type to loopback.
(Default) Sets the XSL Proxy type to static backend. The address of the
target server is identified with the remote-address command.
Sets the XSL Proxy type to static backend. The address of the target server
is identified with HTTP directives in the request header.
policy defined with the stylesheet-policy command and returns the result to the
client. No target server is involved. An SSL Server Profile can be defined with
the ssl command to communicate with the client.
address and port defined with the remote-address command. The XSL Proxy
processes request and response messages with the processing policy defined
with the stylesheet-policy command. An SSL Client Profile can be defined with
the ssl command to communicate with the target server, and an SSL Server
Profile can be defined with the ssl command to communicate with the client.
request headers. The XSL Proxy processes request and response messages with
the processing policy defined with the stylesheet-policy command. An SSL
Client Profile can be defined with the ssl command to communicate with the
target server, and an SSL Server Profile can be defined with the ssl command to
communicate with the client.
# type strict-proxy
#
Chapter 112. XSL Proxy Service configuration mode
941

Advertisement

Table of Contents
loading

Table of Contents