Telerik Forums
Fiddler Forum
1 answer
33 views
Hello, i have app using fiddler, and i have problem like in Subject. Proxy in windows settings turn on like normal but i can't see result of fiddler proxy. Im using windows 11. There's any way to fix that? Thanks! :) 
Nick Iliev
Telerik team
 answered on 22 Jan 2024
1 answer
38 views
Delete my account
Nick Iliev
Telerik team
 answered on 18 Jan 2024
1 answer
57 views

I have a library that I'm testing out and the .Net Framework 4.6.2 project logs just fine with the normal app.config values.  When I set up the same project using .Net 6/7 I can't seem to get it to capture any packets.

I run netsh command under an elevated privilege command prompt before starting fiddler and then I run the debug mode in VS 2022 and see no entries come across fiddler.  

C:\WINDOWS\system32>netsh winhttp set proxy 127.0.0.1:8888

Current WinHTTP proxy settings:

    Proxy Server(s) :  127.0.0.1:8888
    Bypass List     :  (none)

The only way I can get it to log anything is to enable "Act as a system proxy on startup".  This isn't too practical as then I'm seeing all traffic, which is a lot.

The request is to an https-enabled site.

Is there something I need to do differently in this case?

All of the articles I have read points to this as the correct direction, but they are all 2019 or older.

 

 

Nick Iliev
Telerik team
 answered on 17 Jan 2024
1 answer
44 views
Good afternoon!
Someone had a problem that you couldn't connect the Fiedler Everywere to a mobile device. Although the port and IP were entered correctly, but the link to download the certificate does not open. It says there is no internet connection. We tried to download and install the certificate separately, but still feedler does not see the android device
Nick Iliev
Telerik team
 answered on 15 Jan 2024
1 answer
36 views
Hello.My Fiddler Classic Unable to capture traffic from Windows store.can you help me?
Rosen Vladimirov
Telerik team
 answered on 12 Jan 2024
1 answer
108 views

Hello,

I have successfully setup Fiddler Everywhere on my iMac as proxy, installed certificate and can watch traffic from my iPhone to HTTPS-sites using Chrome or Safari. Great!

But I would like to inspect traffic of other apps – like Find My – to Apple's servers. The app says "Find My not available, check network connection". It seems that the requests are blocked because the CRT is not valid for app traffic, just for browsers?!

Please advise, any help is greatly appeciated.

Regards

Döner

 

Rosen Vladimirov
Telerik team
 answered on 12 Jan 2024
1 answer
44 views
Hi, is it possible to only decrypt some HTTPS requests?
I only need to decrypt some specific, and since using
.DecryptSSL()
Will decrypt all HTTPS traffic, which is what I don't want. I only need to decrypt on specific URLs.
I found this example: https://docs.telerik.com/fiddlercore/basic-usage/capture-https-traffic#fiddlerapplicationbeforeresponse
But it looks to be for the actual Fiddler Application, not for the Core version, so I'm not sure if it will work, will the <session>.uriContains even work if DecryptSSL is not enabled, will it even find the sessions?

Thanks
Rosen Vladimirov
Telerik team
 answered on 04 Jan 2024
0 answers
23 views

static function OnBeforeRequest(oSession: Session) {      
        if (oSession.uriContains("/teste.json")) {     
            oSession["x-breakresponse"]="uri";                         
        }

I need to make a change to the text of a file that is large and if I do it the normal way this change doesn't happen, I think I don't have time to edit the response and that's why it loads without changing. Because in small files it replaces the normal load on the page with the modified response. Is there any way to get around this? Thanks.
herson
Top achievements
Rank 2
Veteran
 asked on 01 Jan 2024
1 answer
51 views
I will try to be very precise in the question. I have a C# program that uses fiddler, but I want to be able to modify the fiddler script using the program for example. When opening the program it would load the script I need into fiddler or edit it within fiddler automatically. I would like to know if there is a way to do this? Automatically load or edit the rules script in real time using an external program. I prefer to edit because unpacking the custom rules in the folder generally has difficulties as Windows blocks file modifications, etc. Thanks.
Nick Iliev
Telerik team
 answered on 01 Jan 2024
1 answer
34 views
How can I ignore the first request for the same URL with fiddler auto responder

I want auto responder to work with the 2nd request from the same url
Nick Iliev
Telerik team
 answered on 28 Dec 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
Iron
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
Iron
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?