Telerik Forums
Fiddler Forum
1 answer
569 views

Browsing to the api https://api.binance.com/api/v1/time returns the appropiate JSON data while using fiddlers composer with standard settings (also tried no proxy) returns 502.

 

HTTP/1.1 502 Fiddler - Connection Failed

Is there a obvious problem with https that I am missing? Thanks in advance

 

https://i.imgur.com/FUkEeRs.png


Simeon
Telerik team
 answered on 03 Apr 2018
1 answer
813 views

Hi, 

I am trying to get the HTTP/WS Calls from the browser driver using the proxy.  I have configured chrome driver to use the proxy as shown below.

DesiredCapabilities capabilities = DesiredCapabilities.chrome();
            // Create a new proxy object and set the proxy
            Proxy proxy = new Proxy();
           proxy.setHttpProxy("localhost:8888");
           proxy.setSslProxy("localhost:8888");
            //Add the proxy to our capabilities 
            capabilities.setCapability("proxy", proxy);
            //Start a new ChromeDriver using the capabilities object we created and added the proxy to
             driver = new ChromeDriver(capabilities);

If Fiddler is opened in my machine, it captures all the calls from the driver and i can export the calls manually. 

Is there any API for Java to interact with Fiddler so that I can start Fiddler before my execution starts and Export the Calls as HAR whenever I need and Close Fiddler once my execution gets complete. 

I found a jar Fiddler 2.3.3 in Maven repo but I don't know the usage of this jar. 

https://mvnrepository.com/artifact/org.apache.river/fiddler/2.2.3

can anyone help me on this?

Share me the java code samples to interact with Fiddler.

 

 

 

Simeon
Telerik team
 answered on 03 Apr 2018
2 answers
503 views
Hey, i have an iphone running ios 8, and i've set up a VPN to my home router (running DD-WRT). Is it possible to capture data from my mobile even if i'm not on my home network, but connected to it via VPN?
mark
Top achievements
Rank 1
 answered on 03 Apr 2018
2 answers
3.3K+ views

Hello,

is it possible to redirect traffic with fiddler from "https://one.servername" to "http://another.servername"

I tried to add next to FiddlerScript:

        if(oSession.HostnameIs("servername.com") && oSession.isHTTPS){
            oSession.hostname="another.servername.com";
        }

And it redirects but to HTTPS and not HTTP. Is there a way to set oSession to HTTP? or any other way to handle that redirection?

Thank you.

 

Igor
Top achievements
Rank 1
 answered on 02 Apr 2018
1 answer
154 views

Hi, I have the following scenario: 

Open Chrome browser in proxy using Selenium WebDriver (Selenium 3.9.1, Latest versions of Chrome and ChromeDriver).

Navigate to the page https://www.playbuzz.com/termsofuse

Navigate to the page https://www.playbuzz.com/stephanganev10/which-old-school-dating-show-would-you-have-totally-won

When I navigate to the second page, FiddlerCore doesn't capture any HTTP traffic. If I open Fiddler application, I also don't see any HTTP traffic captured.

However, when I open this page without proxy, I can see all the HTTP traffic.

Can anyone please help me?

Thanks

 

Alexander
Telerik team
 answered on 29 Mar 2018
1 answer
317 views
Hello.
I am willing to modify a response with Fiddler's Auto Responder and I was wondering, is there a possibility to make changes on the website through Fiddler without actually refreshing the page? Thank you!
Alexander
Telerik team
 answered on 29 Mar 2018
3 answers
1.6K+ views

Hi

 

When i test our domain URLs with Fiddler I get a 502 error for the pages. Although the pages do exist. If i then test them in Screaming Frog i get the correct status code 200. Has anyone any idea why this could be happening? 

Could it be something to do with Akamai and the Bot Manager blocking Fiddler?

Thanks

Mark

Marius
Top achievements
Rank 1
 answered on 28 Mar 2018
2 answers
234 views

HI,

    I have been trying to get fiddler to broadcast request coming from visual studio.i have been through many forum post etc over the past few days.

    1 -  is fiddler suppose to broadcast all GET's before IIS logs get this info?
    2 -  what is the process of launching a visual studio 2017 debug request, how/where it finds/looks for the  Local IIS website virtual directory and where/how does fiddler get this data to show all of the GET's.

    Sorry, I know this might be a lot, but i have been at this for days and have not found a link that explains this/these processes.

    I am just trying to learn the when, what and how of how visual studio using Local IIS, IIS and fiddler all work together.

    thanks for your time, advice and any help

david
Top achievements
Rank 1
 answered on 28 Mar 2018
8 answers
2.1K+ views

Hey guys, i need a help.

fiddler.network.https> HTTPS handshake to api.imvu.com (for #20) failed. System.Security.Cryptography.CryptographicException Errore non specificato.

 this problem is present with any asite/application 

i use win10, fiddler version v5.0.20181.14337 

Best reguards

Stefano
Top achievements
Rank 1
 answered on 23 Mar 2018
2 answers
205 views
I've updated Fiddler to v5.0.20181.14337 (Built: 16 March 2018) but having some issues. It stops responding quite often and I'm getting Out of Memory Exceptions. I've been using product for years and have never had these issues before. Please look at the screenshot. 
Simeon
Telerik team
 answered on 22 Mar 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?