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
Hi,
I am trying to debug API calls from Android (6.0.1) App and have tried all the suggestions I can find on this forum and Google.
I am on Fiddler 4.6.2.32002
I have installed the Fiddler CA certificate using ipv4.fiddler:8888 on the Android device using CertEnroll and MakeCert, with wildcard enabled and also disabled. I am clearing certificates on device and Fiddler each time I try a different certificate.
I am able to see the certificates on the Android device as shown on attached screenshots.
But in Fiddler I only can see the "Tunnel To" requests.
Using IOS device it works fine after registering the certificate following similar procedure.
Any assistance would be appreciated.
Thanks
Hi! I've started building a native Mac client to view Fiddler traces. I'm still in the early stages and I was wondering if there was any interest out there. I'd love to get some beta testers and early feedback.
Thanks!
@dt_weston on Twitter
Hi All, I hope someone can help!
On a Windows 10 machine, I installed and ran the latest Fiddler version (v4.6.3.44034) and was able to successfully capture and decrypt HTTPS sessions using the proxy server.
Now, I am trying to return to normal operations, running without the proxy server. One of the sites requires a client side certificate be attached to the request and this request now fails with error -2146233079 (The request was aborted: Could not create SSL/TLS secure channel).
This was working just fine prior to the Fiddler install, under the current user, not the admin account. Fiddler was also installed under the same current user.
If I run the application as Administrator, it works. So, how do I undo whatever permissions change that was made by Fiddler which prevents me from accessing the client side certificate that I had no problem accessing before?
I have tried the following so far:
1) Fiddler Options > HTTPS > Remove Interception Certificates
2) Fiddler Options > HTTPS > Rest All Certificates
3) Uninstalling Fiddler entirely
Thank you!