Well, the title says it all. It is working correctly, and able to capture traffics and view them. But if the option to "Capture Traffic" is disabled (e.g. via F12 or File menu), Fiddler still captures traffic as usual, as if the option is enabled. The status bar correctly shows the capturing state.
Running Fiddler Beta v4.6.20171.26113 (Built: Monday, June 12, 2017) on Mono 5.2.0.215 64 bit on Ubuntu 16.04 AMD64.

Is it possible to filter requests based on the contents of JSON?
I have multiple JSON requests coming from the same host, URL, etc. and just want to filter out 1 particular type.
Essentially there is scroll tracking that is triggered constantly while trying to conduct QA for page load and click tracking, and it is just annoying :)
Is this possible through FiddlerScript?
The information I want to filter out:
JSON > data > baseData > actionType=S

If you leave Fiddler running for some time, it sooner or later run out of memory. Look at the attached picture. Fiddler uses more than 4 GB RAM!
Is there any fix for this issue available?
Hi,
Example, I have file (original) who it loads on a page: www.mysite.com/blabla.swf
Some people use software this great software to load a modified local to cheat.
I would like to prevent people from using a modified local .
Do you think that this code will solve the problem?
1) create a condition in the : /blabla.swf shows the content of blabla.php
blabla.php :
header("Cache-Control: no-cache, must-revalidate, no-store\nPragma: no-cache\n");header("Content-type: application/x-shockwave-flash");readfile("blabla_secure.swf");is this possible somehow?
cheers
Hello
I been trying to modify response.
my app send Accept-Encoding: gzip. i am trying to verify if modification break it or not.
response is ssl base and i am sending request 0x20 byte with POST but i can't break or find option to change buffer at OnBeforeResponse
so far i am trying
var oBody =oSession.responseBodyBytes;
but i can't find docs or information how to modify body response if its raw data.. there bit lot documents for html and xml modification.
i want to change response body first or last byte. to see if my application detect change or not.
Thx in advance.
I use fiddlercore in my wpf application,which capture http/https info.
i use :
FiddlerCoreStartupFlags oFCSF = FiddlerCoreStartupFlags.Default;
int iPort = 8877;
//Fiddler.FiddlerApplication.Startup(iPort, oFCSF);//启动
//允许descript https请求
//Fiddler.FiddlerApplication.Startup(iPort, true, false, true);//启动
Fiddler.FiddlerApplication.Startup(iPort, oFCSF);
Hi,
Someone please clarify my doubts which are stated below :
1) What is a session in fiddler ?
2) What is the Difference between Sequence (clock) duration and Aggregate session duration ?
3) What should I understand when Sequence (clock) duration value is greater than Aggregate session duration value ?
4) What should I understand when Sequence (clock) duration value is lesser than Aggregate session duration value ?
Thanks & Regards,
Ritesh