Telerik Forums
Fiddler Forum
1 answer
2.0K+ views

Hi,

I have run a Nodejs application on localhost, which receives requests from an external DNS and do some actions as a result. In order to be able to capture the incoming traffic from the Internet to my localhost server, I have set a reverse proxy using Fiddler classic docs, which works fine and I can see any request that is going to my server. However, inside my application, there are some API calls, which are not local and they are accessible through the Internet. The problem is that Fiddler doesn't capture any outgoing traffic from my app to the Internet. All of those API calls work fine and are successful. I have checked whole the Internet and unfortunately couldn't find any useful solution. I have also added some screenshots from important configs of Fiddler. I also run my server on 127.0.0.1:3000. I hope you can address my problem. Thanks!

 

Ehsan
Top achievements
Rank 1
Iron
 answered on 30 May 2022
0 answers
551 views

Currently Fiddler Classic supports WebView using old IE control that makes low compatibility for modern web. and I need to see some request using WebView, but it doesn't show me the 'correct' view, for modern HTML. I think using WebView2 for it is good idea for modern web.

(sorry for bad english)

some
Top achievements
Rank 1
 asked on 22 May 2022
1 answer
156 views

Why would a https page work successfully when running a fiddler capture but then when i close fiddler, the page no longer works?
I have the decrypt https traffic options selected 

How would i get that to stop so i can capture why page does not work under normal circumstances? 

Nick Iliev
Telerik team
 answered on 20 May 2022
1 answer
7.3K+ views

Hello all,

I have seen various threads about this topic but although I followed all the recommendations, nothing had a successful result. I have installed fiddler on my new Win10 laptop. Hotspot is created through NoWifi windows app since the driver does not directly support hotspot. Mobile is connecting normally to the hotspot and has access to internet without a problem (sharing my ethernet with the mobile hotspot). When I modify the wifi connection on the mobile to give the ip and port for the fiddler proxy, the mobile has no access to the internet any more.

Fiddler has:

  • Enabled Capture HTTPS CONNECTs
  • Enabled Decrypt HTTPs traffic
  • Enabled Allow remote computers to connect

And has been restarted after the settings have configured.

When I connect to the wifi with the mobile, I try to reach the ipv4.fiddler:8888/ page but I get Site can't be reached...

I have also tried to change the certificate generator to BouncyCastle but this did not work either.

Any ideas would be greatly appreciated.

Thank you very much,

Haris

Haris
Top achievements
Rank 1
Iron
 answered on 17 May 2022
2 answers
3.6K+ views

Hello,

 

Does Fiddler Everywhere support websockets?

If it does how can I enable it?

Thank you in advance.

Nick Iliev
Telerik team
 answered on 13 May 2022
1 answer
221 views

Dear(s),

I wanna know whether Progress Telerik Fiddler Web Debugger and fiddler classic actually is a same software, only with different name or different version?

 

Regards

 

Nick Iliev
Telerik team
 answered on 12 May 2022
1 answer
1.9K+ views

Hi everyone,

After hours of using the Progress Telerik Fiddler Classic, i'm blocked. I'm trying to intercept a web socket secure (WSS) over TLS, that's why I'm using the HTTPS MITM Proxy.

I have registred all the SSL Root certificates and everything is working. But when I show the Web socket inspector, I couldn't translate the binary to human readable text. After some researchs, it seems that I need to decode the payload ?

Does FiddlerClassic permit to translate the binary of a web socket frame to the text human readable ?

Here a screenshot:

 

Big thanks in advance for all your help. Have a nice end of day,

Respectfully

Nick Iliev
Telerik team
 answered on 10 May 2022
0 answers
209 views

I like to grab the ClientBeginRequest and convert that to UNIX epoch time in the Fiddler scripts, however, I cant seem to get the known methods to work like Math.floor. 

var iat = oSession.Timers.ClientBeginRequest; -> this does not give me unix time in sec

The idea is to generate json data with iat, exp and convert it to base64 and add it to the header

        if (oSession.HostnameIs("my-host.com") && oSession.uriContains("/value/"))
        {
            // Take ClientBeginRequest and convert it to unix
            //    var iat = oSession.Timers.ClientBeginRequest;
            //    var iat2 = Math.floor(iat / 1000);
            
            // Take the // Take ClientBeginRequest and convert it to unix + 30 mins
            //    var minutesToAdd=30;
            //    var exp = new Date(iat + minutesToAdd*60000);


            // convert json data to base64
            //    var obj = {iat: 'iat', exp: 'exp'};
            //    objJsonStr = JSON.stringify(obj);
    //    objJsonB64 = Buffer.from(objJsonStr).toString("base64");

            //Add the value to header
            oSession.oRequest["new-header-name"] = "headerValue in base64";
        }

 

Update:

I have iat and exp working, just need some help with converting the value to base64. 

        import Microsoft.JScript;

        var iat = Math.round((new Date()).getTime() / 1000);
        oSession.oRequest["iat"] = iat
        
        var exp = (iat + 1800);
        oSession.oRequest["exp"] = exp
                
        var data = {iat: 'iat', exp: 'exp'};

            

Roger
Top achievements
Rank 1
 updated question on 09 May 2022
1 answer
183 views
i don't know why my computer shut down immediately when running Fiddler Classic, i opened the Fiddler and it opened but few seconds later my computer just Shutdown, pls anyone know what is this and how to fix it thank you
Nick Iliev
Telerik team
 answered on 09 May 2022
0 answers
366 views

hi 

I work on scraping data from the android app. i could see HTTP and HTTPS traffic but in special data that I want extracting didn't show in fiddler sessions. I attach fiddler certification on the android device and even try certificate pinning bypass approach with the Exposed framework, but still, I couldn't see traffics, this data is about the history of users and when I load this data and scroll some pages, nothing shows in fiddler, like I didn't anything.

Now my questions are about this problem.

First which network traffic cant see with fiddler and how can understand the type of my traffic to assay that?

Second how I could monitor this traffics? have fiddler any extensions to cover this? or this work could do anyway like other apps or other approach or use another framework like Frida?

got stuck with issue for a long time. appreciate your help, please.

Regards - ah.Mohammadi

ah
Top achievements
Rank 1
 asked on 24 Apr 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?