i use fiddler autoresponder to ensure that tools do not break out to other domains.
attached you can see how i configured it in the past.
today after month of upgrade questions and 100 "NO!" i updated and now exactly this features is buggy.
the regex tester shows that the regex is valid but the requests gets *reset.
for example this rules allows only amazon pages regex:(?inx)^(?!http.\:\/\/[a-zA-Z0-9\-\.]*amazon\.com).*$
check the attachment. with version v4.6.2.32002 its working
with v4.6.3.44034 not
thx
Hi,
How can I set timeout to sessions?
Hi, I'm new to Fiddler, I really need it in my web debugging (I use ASP.NET)
I tried to search for how to use it, but there is no much useful topics on this, may be due to its easiness!
but what I'm trying to do is capturing the session from my Web API service, but in Fiddler, as soon as I start the service, it start to capture a lot of sessions
and keep adding to its list, none of them seems is what I requested.
I'm following a tutorial on YouTube, where the tutor starts the service and issue a GET request and fiddler stores just this session.
Is there any configuration I can do to get it working like that?
Thanks in advance.
(I attached a screenshot of what the Fiddler looks like when I start the Web API service)
I am adding color / highlight code to the CustomRules.js file since I need to have some IF statements and other logic items to know when to apply the color. I have the logic working in the CustomRules.js file, but only for new sessions that I am capturing.
How can I open a SAZ file and have the logic in the CustomRules.js apply to previously saved sessions?
Thanks
Scott