Hi, i get this error on any site any browser,
when i looked at the certificate list, i see that the certificate is expired:
i just reinstalled the last version, but the problem persists
is there any way to fix that ?
Hello,
I recently installed Fiddler, and I must say it is super easy to use and works perfectly in almost every example.
However, I encountered one special error: I am trying to track traffic on my Mac (Mac OS Sonoma 14.6.1.) for the Apple TV app (1.4.6.32).
When I try to launch Fiddler first and then the Apple TV app later, Apple TV won't start properly, and only my collection is visible. I am not able to see or visit the store or even the Apple TV+ subscription offer.
When I switch the order, so Apple TV is launched first and Fiddler afterward, it works, but there are some hiccups, like images not properly downloading. And, of course, the initial traffic when Apple TV is launching, which is crucial to me, is not visible anymore, and I can not force the app to reload the Apple TV storefront.
Is there a problem with the certificates or any other settings?
I also noticed during the very first launch and some digging in Settings that basically every major Apple domain (apple.com, mzstatic.com) was blacklisted, which was the reason why it was not working at the beginning entirely. After the removal of the Apple domains from the blacklist, Apple traffic is captured, but only if I use the order mentioned above (Apple TV first, Fiddler later).
I appreciate your help
T.
hi
I'm use fiddler "everywhere enterprise"
I'm having trouble with proxy connection after setting up VPN on Android.
[Pre-Condition]
- PC: Mac OS / WindowOS
- VPN App: Global Protect
- Device setup: CA installed in PC / Android ddvice (No VPN setup) / Set the device to the same proxy information as the PC
[Check]
- iOS
> set up VPN > Proxy connection is successful and traiffc checked << Pass
> Proxy connection is successful and traiffc checked > can set up VPN << Pass
- AOS
> No VPN setup > Proxy connection is successful << Pass
> setup VPN > Proxy connection is successful but cannot traiffc check << Fail
> Proxy connection is successful and traiffc checked > cannot setup VPN << Fail
- VPN app Fail comment: could not verify the server cerificate of the gateway / if the issue persists, contact your administrator
Please help
thank you!
I have a certain iOS app that's not publicly available so you won't be able to fully troubleshoot, however I can explain the behavior I'm experiencing.
When I attempt to use the app when 'Decrypt HTTPS Traffic' is disabled, the app works, but the data is encrypted and Fiddler prompts me to configure the settings.
When I enable 'Decrypt HTTPS Traffic' the app does not let me do anything and simply says 'network unavailable.'
I did install the iOS certificate. I tested on several other apps and don't appear to be experiencing the same problem. Any ideas on how I can further troubleshoot this?
Thank you.
I tried loading a page in the Fiddler Browser, there is about 21 cookies
When I use the inspector, and filter by cookie, I find only creation of 4 or so cookies.
I am trying to find the JS creating the rest
When I try to check the body using the Fiddler Proxy on a particular website, I can find the body value in fiddler session list. But when I try to check body on Fiddler Script, the body value is checked as "".
I checked the session list that the body value is more than 260000 characters, but the Fiddler Script confirms it as 0 characters.
Here is example
This code contained in onBeforeResponse
```
var oBody = System.Text.Encoding.UTF8.GetString(oSession.responseBodyBytes);
```
And here is the url of that particular website.
I've using fiddler more than 1 years, but this is the first case of this phenomenon. I'd appreciate it if you could tell me how to do it
I have a user rinoing Windows 11 23h2 Fiddler everywherehas not been able to load past the splash screen. I've tried cleanring the cashe, reinstall etc and after several re-installs the Fiddler everywhere v5.18 wont load at all now. Here are the details from the electron.log:
I'm not sure what the unhandled exception is referring to and you guidance would be greatly appreciated
2024-09-24 11:12:06:225] [info] [Product information] Fiddler Everywhere 5.17.0I am developing a Chrome extension that activates a proxy. When I enable the VPN and reload the page, the following steps should occur:
1. The Chrome browser makes a request to the proxy.
2. The proxy sends a response with a 407 code.
3. Chrome should call chrome.webRequest.onAuthRequired and provide credentials to the proxy.
However, I don't see any browser interactions with the proxy server.
Is it possible to observe the interaction between Chrome and the proxy using Fiddler?