Filtering by JSON Body
How to filter traffic by JSON body using mirrord
{
"feature": {
"network": {
"incoming": {
"mode": "steal",
"http_filter": {
"body_filter": {
"body": "json",
"query": "$.data[*].legacyEntityIds.legacyUserIdentityId",
"matches": "^identity123$",
}
}
}
}
}
}Type Handling and the typeof Extension
typeof ExtensionOverview
Processing Limits
Configuration Example
Examples and Results
Request A matches and stolen:
Request B does not match and not stolen:
Request C does not match and not stolen:
Last updated
Was this helpful?

