Skip to content

Commit ab94cb9

Browse files
refactor: update filtering for _iidt on POST
1 parent 7da1bac commit ab94cb9

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

assets/rulesTemplate.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"extractLocation": "CLIENT_REQUEST_HEADER",
8080
"headerName": "Cookie",
8181
"caseSensitive": false,
82-
"regex": ".*(_iidt=[^;]+).*",
82+
"regex": "^.*?(_iidt=[^;]*).*$|^.*$",
8383
"replacement": "$1",
8484
"globalSubstitution": true
8585
}
@@ -96,15 +96,6 @@
9696
}
9797
],
9898
"criteria": [
99-
{
100-
"name": "requestCookie",
101-
"options": {
102-
"matchOperator": "EXISTS",
103-
"matchWildcardName": false,
104-
"matchCaseSensitiveName": true,
105-
"cookieName": "_iidt"
106-
}
107-
},
10899
{
109100
"name": "requestMethod",
110101
"options": {

0 commit comments

Comments
 (0)