...
For example, assume that an endpoint or virtual asset is deployed under the following path:
http://myserver:9080/MyAsset/MyPath.
The path
The following path is also specified in the responder correlation:
/segment1/segment2/**
is also specified in the responder correlation.
The following URLs will match this correlation criteria:
...
Ant-style wildcards can be used, where * matches zero one or more characters and ** matches zero one or more directories. Using this format:
...
Matches | Does Not Match |
---|---|
service/Repository | org/web/service/foo/bar/Entries /org/web/service |
Example 2: org/parasoft/virtualize/**
Matches | Does Not Match |
---|---|
org/parasoft/virtualize/tools/service org/parasoft/virtualize/stuff | org/parasoft/somethingelse |
Example 3: org/parasoft/**/EM/*
Matches | Does Not Match |
---|---|
org/parasoft/EM/Entries org/parasoft/virtualize/soatest/tools/EM/Entries | org/parasoft/EM/foo/bar/Entries |
Example 4: Same method for similar paths
/v1/orders
/v1/orders/*
Matches | Does Not Match |
---|---|
GET /v1/orders | GET /v1/orders/111-111-111/1 |
URL Parameters Grouping Configuration
Anchor | ||||
---|---|---|---|---|
|
...