How can I drop requests based on the content of the request? #860
Unanswered
itai-spiritt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to filter out requests containing a specific flag in their body content.
For example:
How can I set a rule that doesn't proxy the request and return
200
to requests containingshould_drop: true
in the request body?Beta Was this translation helpful? Give feedback.
All reactions