Hello,
Pretty new to Fiddler, I'm using Fiddler Everywhere 5.21.0 .
What I'm trying to achieve is to replace the status code of a call to an identity server with 401, but just once.
I've created a following rule
Conditions:
When any of these conditions are met specific number of times: 1
URL Contains [Identity Server]/connect/token
Actions:
Update status code: 401
However, live traffic shows that when a /connect/token request is sent out, its status code is 200.
Only when I increase
When any of these conditions are met specific number of times: 2
A /connect/token request (a singular one, based on the Live Traffic view) will have its status code replaced to 401.
Why is that the case? Does the Live View actually filter out some traffic?
Thanks for bearing with my silly questions.