The blog has moved to the new site F10Debug.com
Showing posts with label Fiddle. Show all posts
Showing posts with label Fiddle. Show all posts

Saturday, September 16, 2017

Fiddler Wildcard AutoResponse For URL parameters

Suppose you want to enable autoresponder for perticular URL like,

https://dotnetpeoples.blogspot.in/Employee/Login?id=12345

but every time id changes when we re-fresh this page, so autoresponder not considering it,

so just do below 2 steps it will work for you guys,


Step 1:  Enable Automatic responses & unmatched request passthrough



Step 2: In Rule Editor Changed below URL as,

Exact:https://dotnetpeoples.blogspot.in/Employee/Login?id=12345  Changed to

REGEX: https://dotnetpeoples.blogspot.in/Employee/Login.*


Just replace querystring to .*