This is a migrated thread and some comments may be shown as answers.

Applications Bypassing Fiddler 4 Proxy

1 Answer 1271 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Alan
Top achievements
Rank 1
Alan asked on 02 Jan 2020, 04:00 AM
Running Fiddler v5.0.20194.41348 on Windows 7 and trying to debug a login process with AqBanking (part of gnucash). AqBanking is bypassing the Fiddler proxy. Actually quite a few applications are bypassing Fiddler. The Fiddler proxy is showing active any time capture is enabled (127.0.0.1:8888 active for HTTP and Secure). Other applications have no network config options, but they do use the Windows TCP/IP stack. Firefox, Chrome, and MSIE are all functioning with Fiddler 4 active.

How do I force ALL Windows network applications to work with Fiddler?

1 Answer, 1 is accepted

Sort by
0
Simeon
Telerik team
answered on 07 Jan 2020, 09:38 AM

Hi Alan,

Fiddler is a proxy and as such it always listens on some port (8888 by default). Here is a blogpost explaining how Fiddler works as a proxy.

How do I force ALL Windows network applications to work with Fiddler?

Unfortunately, there is no straightforward way to force all apps to work with Fiddler. The problem is that each application implements its own proxy settings. Some of these implementations like MSIE, Chrome, Firefox if configured, etc. are aware of the WinINET proxy settings and use them. When Fiddler "attaches", it changes the WinINET proxy settings to point to 127.0.0.1:8888 (where Fiddler is listening) and all applications which use these proxy settings will start to send their HTTP/S traffic to Fiddler. There are also many applications which are implemented in such a way to not use the WinINET proxy settings. Maybe they are using the WinHTTP proxy settings or have their own proxy settings or don't have proxy settings at all.

I am not familiar with the AqBanking app but basically you have to find out how to modify its proxy settings and change them to 127.0.0.1:8888

Regards,
Simeon
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Windows
Asked by
Alan
Top achievements
Rank 1
Answers by
Simeon
Telerik team
Share this question
or