What can I do here?
Use this window to configure how a connection is matched to a Resource in a rule. If a connection matches the source and destination of the rule and the match parameters of the Resource, then both the Action in the Rule and the Action in the Resource are applied.
Getting Here - Object Explorer > New > Resource > URI > General > URI match specification type: Wildcards > Match - Wildcards page shows |
Schemes
Methods
You can specify another method in the Other field. You can use wildcards. If you specify *, all methods are allowed, including the methods that are not selected.
Methods
The Host, Path and Query parameters break the URI into filterable components. For example
The file path name must include the directory separator character "/". For example, the request "/myfile" is matched to "/<current directory>/myfile". If the Resource path name specifies only "myfile", then the request will not be matched.
When using wildcard characters for the Path, you must specify either the full path name, or use the directory separator in the wildcard expression. For example, the path name "*/myfile" will match "myfile" in all possible directories.
Path includes the file name (which can include wildcard characters). For example: "/boys/fred/*" includes all the files in the /boys/fred/ directory, and "/boys/fred/" does not include any of the files in the /boys/fred/ directory. If /boys/fred were a file, it would be included in "/boys/fred/".