Telerik Forums
Fiddler Forum
1 answer
658 views
I'm trying to record a website so that I can view it when I'm offline.
Obviously the default options of recording from the various browsers don't work, so I wanted to do this with Fiddler.
I have gotten to a point where I can just surf the page I want, and then copy all of the requests and urls to the right side, and than when I play it back, the page shown to me is the page from the Fiddler recordings.
However, the iFrame part gets a "404 error" and so, I can view the whole page, but I can't seem to capture the iFrame.
Is there any way around this?
Eric Lawrence
Telerik team
 answered on 04 Sep 2014
1 answer
162 views
For example: I typed "whose line is it anyway" in google,and noticed many torrent sites in the search results and i want to block them completely.Now,how do I request Fiddler to exclude the word "torrent",cause in the "Request Headers" section,the text view is empty
Eric Lawrence
Telerik team
 answered on 02 Sep 2014
1 answer
120 views
Has anyone else had this problem?  I was using AutoResponder to test without having to reload on my test box every time I made a change - it was working.  I was redirecting from the web server on my VM to a share on my development machine (Y:\Dev\somescript.js).  Then, suddenly, with no changes to either machine other than the obvious code changes to somescript.js, I was getting 404 errors on the file.  If I change the redirect to a local drive (C:\Dev\somescript.js), the AutoResponder works fine - but this is really not an option for me, for several reasons.  I can open the file through the File Explorer on the VM, so the mapping is still there.

This happened to me before and after multiple hours of troubleshooting, I simply re-installed Fiddler and it started working again - for a while; now, re-installation doesn't even fix it. 

Obviously, I can work around it, by just re-deploying to my VM *every* time I make a change, but that adds a lot of steps and opportunity for error that I was able to work around when AutoResponder was working for me.

Further Info:  VM is Windows 2008 R2, Hardware Dev is Windows 7, running Internet Explorer 9, have even tried several of the spiffy tricks, like the localhost "dot trick", using ipv4.fiddler, etc (that I shouldn't need since I'm not on IE8, but desperate times and all that....)

Any help or suggestions would be greatly appreciated.
Eric Lawrence
Telerik team
 answered on 02 Sep 2014
1 answer
141 views
Hi Dears.

I'm used proxifer without any trouble , but after i install Fiddler it work only when fiddler is on otherwise it (proxifier) doesn't capture anything. How i can fix it ?

Thanks
Eric Lawrence
Telerik team
 answered on 25 Aug 2014
8 answers
127 views
On my Windows 8.1 Fiddler 4 (most recent version) only shows the splash screen and onle occasionally the warning dialog about Windows 8 when launching. After that it just crashes without any error message. I did not find any information about that in the event log.

How could I find out what the cause could be?
Jürgen
Top achievements
Rank 1
 answered on 22 Aug 2014
3 answers
251 views
  • I installed fiddler in windows 7.

    For example, I want to block videos that contain the word cats in the title. I also do not want the blocked videos appearing in:
    Recommended Channels tab
    Recommended/related videos
    Search results
  • Visual sample : http://i.imgur.com/JBDOi3V.jpg
  • The tools that i used before moving to fiddler :https://chrome.google.com/webstore/detail/video-blocker/jknkjnpcbbgcbdbaampbjlhkcghmgfhk/details?utm_source=chrome-ntp-icon

    and http://userscripts-mirror.org/scripts/show/156278.html

 Thank you for your time

​

nasekt
Top achievements
Rank 1
 answered on 20 Aug 2014
3 answers
273 views
I cannot be the only one who is lost here ... but this is what I see when I try to get Fiddler.

"Fiddler4" is built for .NET 4, but installs as Fiddler2, and was just released "last month" (updated)
"Fiddler2" is build for .NET 2, and installs as Fiddler2, and was just released "last month" (updated)
"Fiddler2 Beta" is built for .NET 2, but says it is the upcoming version, but installs as just "Fiddler".

This is ... very confusing. Is there any chance we can get a clean, ironed out version in the future?
Eric Lawrence
Telerik team
 answered on 19 Aug 2014
4 answers
213 views
I have
oSession["log-drop-request-body"] = "yes";
oSession["log-drop-response-body"] = "yes";
oSession.bBufferResponse = false;

set for all sessions in OnBeforeRequest(oSession: Session) and this works perfectly unless the session "was aborted by the client, Fiddler, or the Server". If the session is aborted, the request body is logged.

  1. Should the body be dropped if it is an aborted session?
  2. Is there a way of discarding the body even if the session was aborted?
  3. Perhaps I should try dropping the body in OnPeekAtRequestHeaders(), OnReturningError() or even OnDone()?
Eric Lawrence
Telerik team
 answered on 19 Aug 2014
3 answers
266 views
Hi, all:

If URLMonInterop.SetProxyInProcess() set the proxy to a machine other than itself, will Fiddler capture the traffic?

What I need is after captureing the request, Fiddler throw it to a remote proxy server, and then waiting response. Is it possible? and how to fulfill?
Xu
Top achievements
Rank 1
 answered on 18 Aug 2014
6 answers
597 views
I have an app that uses HTTPS and I can successfully use fiddler to view and modify the decrypted traffic. The app often does post requests of very large files (hundreds of MB or more) and fiddler seems to use loads of memory and become slow to respond when these large post requests are happening.

I'm hoping there is some way to not log the request/response body and just log the headers.

I have tried using stream mode which seems to make no difference; the body of the large request is still logged

I also added these two lines:
        oSession["log-drop-request-body"] = "yes";
        oSession["log-drop-response-body"] = "yes";
 to the OnBeforeRequest function. This results in the body not being logged after the request/response has completed, but while it is still going, the body is logged which is what causes the problem if the request is very large.

Is there anything else that I can try to make it behave better with these large posts?

Eric Lawrence
Telerik team
 answered on 18 Aug 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?