Telerik Forums
Fiddler Forum
7 answers
337 views
Hi.

I'm probably missing something obvious, but I can't get the save button to show under the AutoResponder (see pic).

Thanks.
Eric Lawrence
Telerik team
 answered on 21 Aug 2015
1 answer
1.5K+ views

HI All,

An Issue is ​report​ed in production with ajax​ request execution in our application with IE9 browser.

Below is the text from fiddler response raw view for failed ajax request at customer site

ReadResponse() failed: The server did not return a complete response for this request. Server returned 0 bytes.

Could not able to replicate in development environment.

below is the fiddler report for failed ajax request at customer site

SESSION STATE: Aborted.
Request Entity Size: 45 bytes.
Response Entity Size: 512 bytes.
 
== FLAGS ==================
BitFlags: [ResponseGeneratedByFiddler] 0x100
X-ABORTED-WHEN: Done
X-CLIENTIP: 127.0.0.1
X-CLIENTPORT: 55260
X-EGRESSPORT: 55262
X-FAILSESSION-WHEN: ReadingResponse
X-HOSTIP: 10.54.190.156
X-PROCESSINFO: iexplore:7648
 
== TIMING INFO ============
ClientConnected:     15:14:31.853
ClientBeginRequest:  15:14:31.899
GotRequestHeaders:   15:14:31.901
ClientDoneRequest:   15:14:31.901
Determine Gateway:   0ms
DNS Lookup:          0ms
TCP/IP Connect:      101ms
HTTPS Handshake:     0ms
ServerConnected:     15:14:32.007
FiddlerBeginRequest: 15:14:32.007
ServerGotRequest:    15:14:32.009
ServerBeginResponse: 00:00:00.000
GotResponseHeaders:  00:00:00.000
ServerDoneResponse:  15:14:32.431
ClientBeginResponse: 15:14:32.435
ClientDoneResponse:  15:14:32.436
 
       Overall Elapsed:     0:00:00.537
 
The response was buffered before delivery to the client.
 
== WININET CACHE INFO ============
This URL is not present in the WinINET cache. [Code: 2]
* Note: Data above shows WinINET's current cache state, not the state at the time of the request.
* Note: Data above shows WinINET's Medium Integrity (non-Protected Mode) cache only.​

 

Could you please let me know why the below timings are shown as 0

 ServerBeginResponse: 00:00:00.000
GotResponseHeaders:  00:00:00.000

I suspect that the request is not sent to server but fiddler time logs shown ​connected to server with timings as below

ServerConnected:     15:14:32.007
FiddlerBeginRequest: 15:14:32.007
ServerGotRequest:    15:14:32.009

ServerBeginResponse: 00:00:00.000
GotResponseHeaders:  00:00:00.000
ServerDoneResponse:  15:14:32.431

Any has experienced this issue? what are causes for this and how to fix issue.

Help is greatly appreciated!!..

 Thanks

Dhorrairaajj

Eric Lawrence
Telerik team
 answered on 21 Aug 2015
2 answers
137 views
I've got a custom UI wrapper around FiddlerCore for a highly customized web traffic monitoring tool.  When simply logging the id and url of each session, I've noticed that there are multiple requests.  If I haven't set bBufferResponse = true, then there are 16 events fired for each session.  If bBufferResponse = true (I'd prefer it not be), then there are either 6 or 1 events fired.  Any ideas what could cause that?
Eric Lawrence
Telerik team
 answered on 21 Aug 2015
2 answers
2.6K+ views

I would like to use FiddlerScript redirect to my local files while testing, without having to change the script tags in my HTML.

I'm fine with redirecting specific files using the AutoResponder, but how can I redirect any resource in a particular folder, including for HTTPS tunnel request?

I tried this and other permutations but I don't really understand what I'm doing...

        if (oSession.HTTPMethodIs("CONNECT") && (oSession.PathAndQuery == "rawgit.com:443")) { 
            oSession.PathAndQuery = "localhost:63342";
            oSession.url = oSession.url.Replace("repo/cool-Blue/d3-lib/master/inputs", "inputs");
            oSession["ui-color"] = "red";
        }

coolBlue
Top achievements
Rank 1
 answered on 21 Aug 2015
2 answers
116 views

Fiddler core  

Invalid certificate (证书无效)

demo?  

Eric Lawrence
Telerik team
 answered on 20 Aug 2015
1 answer
1.4K+ views

Somehow Fiddler doesn't capture the posts I send from my HttpClient provided by Apache.
But when I send the same post in C# using the HttpClient to the same server, Fiddler does intercept the sessions.

My Java code:
http://pastebin.com/a6zczxq3 

Any thoughts? Thanks!

Eric Lawrence
Telerik team
 answered on 19 Aug 2015
3 answers
353 views
Hi - I was able to configure Fiddler in such a way that all the http server requests made from my mobile phone are captured as long as both the mobile phone and Fiddler are on the same Wi-Fi. Now, I am wondering if there is a way to see the same http request when the phone is connected to Internet via 3g or 4G. Is it possible? can anyone share the steps to do that?
Thanks.
Eric Lawrence
Telerik team
 answered on 19 Aug 2015
3 answers
148 views

We have a user with windows 7 OS getting a warning message every time when he opens Fiddler

 

The warning message image is attached to this post. We check and there are no other processes running with fiddler.

Please suggest workaround to solve this issue

Eric Lawrence
Telerik team
 answered on 19 Aug 2015
1 answer
601 views

I regularly change user-account password, after doing so I have to change Fiddler service credentials. Is there a way to create/run Fiddler service account with no password?

 

Thank you

Eric Lawrence
Telerik team
 answered on 18 Aug 2015
5 answers
2.8K+ views

I have fiddler certificate installed on my android phone. then when i open some native app like facebook, youtube, kaskus, gmail, webbrowser, all http/s requests of them are captured by fiddler. 
http://i.imgur.com/j9ikFif.png

but when i open certain native app like twitter,g+,paypal,etc all requests not captured by fiddler. only CONNECT request that captured by fiddler. after that, the http/s request not captured. 

http://i.imgur.com/zrpYJmH.png

but strangely when i open instagram, the all http/s requests not captured by fiddler at all, but instagram works properly. I wonder why,,

so, anybody can explain me why fiddler doesn't captured the requests, and give me the solution ?
thanks before 

Eric Lawrence
Telerik team
 answered on 18 Aug 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?