Hello,
I don't know if I can achieve this. Basically I wanted to send requests sequentially, if response of the request is 'true', I want fiddler to autoexecute/autorespond new request. Can this be achieved?
PC is connected in a company proxy.
Fiddler is already set to act as proxy and allow remote computers to connect.
---
Here are the current fiddler settings:
* Capture HTTPS CONNECTS (checked)
* Decrypt HTTPS traffic (checked)
* Fiddler listens on port: 8888
* Capture FTP requests (checked)
* Allow remote computers to connect (checked)
* Reuse client connections (checked)
* Reuse server connections (checked)
* Act as system proxy on startup (checked)
* Monitor all connections (checked)
* Use System Proxy (recommended) is selected
---
Proxy of external device is set to the following:
Proxy Server Address: <IP address of PC with Fiddler>
Port Number: 8888
---
Notes:
1. I was able to capture packets when PC OS was not Windows 10.
However, no packets were captured from the connected device when OS was changed to Windows 10.
2. External device and PC is under same network.
3. I have already read existing forums and fix does not apply on this issue.
---
How do I configure Fiddler to capture packets from external device?
Hey Fiddler community,
I made an extension to cache API responses right in fiddler to speed up your front-end (or backend :)) development. Me and my teammates have been using this for a couple of years and we found it very useful. Its very handy if you work with rate limited APIs or heavy/slow network calls.
I thought of sharing this with the community, and it might help you if you are looking for something like this. Its in early stages and still needs improvements, testing and feedback. I would love to hear from you if you decide to give it a whirl. Bug reports or pull requests are very welcome.
Its called NitroCacher and here's the link: https://github.com/sarathkcm/NitroCacher .
To the Telerik team: it would be cool to get it added to the add-ons page. Would it be possible for you to add it there? Taking cues from another thread, I'm adding the required information below:
Header: Nitro Cacher
Screenshot: https://raw.githubusercontent.com/sarathkcm/NitroCacher/master/ScreenShots/ConfigureNitroCacher.PNG
Short Description: Fiddler add-on to cache API responses based on rules. Useful when working with rate limited APIs or heavy/slow API responses that take up a good amount of time during development.
Link: https://github.com/sarathkcm/NitroCacher
Hi.
Is there an option to download standalone version of fiddler?
Hello,
I have a very strange problem that I have not managed to solve and am hoping someone can point me at the cause of our issue. We have a Windows 8.1 UWP side-loaded application which connects to a central server over HTTP. Let's call this Site A. The UWP application in Site A connects to the central server succesfully.
However, we have another location (called Site B) which runs the same UWP application but is unable to connect to the central server at Site A unless Fiddler is running. Interestingly, Internet Explorer connects to the central server in Site A without fiddler running.
I understand Fiddler is a proxy and allows UWP application to be disabled from loopback check.
Please can someone help, what changes does Fiddler make to the Registry etc that would cause the UWP application in Site B to work?
Kind Regards,
Chris
Hi,
Im trying to decrypt SSL traffic and I keep getting an alternating SSL error. It's either Subject Alternative Name missing or Common Name Invalid.
I've changed the engine to CertEnroll and cleared old certs, retsarted browser and Fid but no good.
The site I'm trying decrypt is part of an IIS WebFarm which uses Centralised Certificates so the SAN is needed to lookup the correct cert to perform the handshake so I think this is the issue.
Fiddler: 4.5.1.2
Chrome: 74.0.3729.131 32bit
Any ideas?
Many Thanks,
Brad