Request-Url - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

request-url

Specifies a requested URL set to include in the traffic-flow definition.
Syntax
request-url pattern
Parameters
pattern Defines a shell-style match pattern that defines the requested URL. You can
Guidelines
A traffic flow definition can contain a single request-url command.
In the absence of a request-url command, the target URL is not considered when
evaluating an individual message against a traffic-flow definition.
Examples
v Creates the TFDef1 traffic-flow definition. Identifies all requests for XML
use wildcard characters when identifying the target URL.
You can use wildcards to define a match pattern as follows:
*
The string wildcard matches 0 or more occurrences of any character.
?
The single character wildcard matches one occurrence of any single
character.
[]
The delimiters bracket a character or numeric range:
Matches 1, 2, 3, 4, or 5
[1-5]
Matches x or y
[xy]
documents in the specified directory that originate from the specified IP address
range are part of the target traffic flow.
# message-matching TFDef1
Message matching configuration mode
# ip 10.10.1.0/24
# request-url http://www.datapower.com/XS40/*.xml
#
Chapter 46. Message Matching configuration mode
429

Advertisement

Table of Contents
loading

Table of Contents