Hi,
I have a custom extension that compress/decompress the body of request/response. It's working fine within UI. But it's effect of compress/decompress is not seen in exported sessions.
How to get this scenario working?
Thanks,
Rasheed
Hi, I'm parsing a response. It is encoded in base64. On pasting into the text wizard, and selecting "From deflated SAML", these are examples of what shows up:
������������������NSystem.Data
System.Data.SerializationFormat���value__����
FunctionID
����������������
together with large portions of both clear text and binary data. How can I get the entire response in clear text? Thank you in advance.
Dear All,
I´ve been really happy with fiddler since a few days ago where I started using it.
Till this point it all made sense to me, installing an SSL certificate and seeing the content of all packages.
But I then realized that the host where I receive packets from, some communication wasn´t showing in fiddler, being a channel through which information is being pushed through to the client. Not sure how this is done, by simple keeping a communications port open, or by that the client on a very frequent basis checks if the host has anything new.
The packets that I was succesful in looking at in Fiddler all were based around client sending parameters to the server, and getting responses back.
So what I did was to log in commview, wireshark and omnipeek at the same as doing it in fiddler during times were the packages presumably not showing fiddler were sent.
This is what I found out:
Https packages sent from IP adresses on the same domain (for instance, the data visible in fiddler comes from x.x.x.220, where the others are from x.x.x.221 and x.x.x.222) are showing in the other monitors, but never in fiddler. I would think that they contain the missing packages.
Next thing I did was to save them in different pcap formats from wireshark and import them to fiddler, but with no luck: Fiddler just shows a blank screen where packages normally would be showing. The imported files are 41 kb, and import fine back into wireshark, so nothing´s wrong with them.
I have tried this without any filters, but the result is the same.
Also, I have hardly changed anything to fiddlers configuration. It´s using the system proxy.
Finally, I amended the settings of firefox in order to work with fiddler, which works fine but the problem also happens when connecting to the website (it´s all done in the browser) from google chrome.
What could be wrong, and what can be done to resolve this?
Thanks in advance!
Would be great to have the context menu option "Remove Selected Tests",
Is there a test that can be used to determine if the current Session is currently under Replay?
I want to rePOST some POSTs but I want to change a value each time, so, I'd like to do something along the lines of:
static function OnBeforeRequest(oSession: Session) {
If (oSession.Replay) {
oSession.utilReplaceInRequest("cookieMonster:1234567","cookieMonster:987654");
}
....
}
Would be great if one could do a search in the Reference Pane and have the Script Properties, objects, etc...., filtered to show only those items containing the search term.
eg., Search "BackColor"
Returns the list of only the items in the Reference that match "BackColor" which I believe would be:
Fiddler.Application.UI
BackColor:System.Drawing.Color
...
Apologies if this question has been answered elsewhere (couldn't find it, though).
I love Fiddler, but the text wizard is really great.
Is there a way to start it without launching Fiddler?
Cheers,
Jean-Marie
As the title suggests, any thoughts appreciated to run this down, something is right in front of me that I can no longer see, so appreciate any pointers,
I'm replacing a requested .js file with a local file using Autoresponder.
But, javascript errors started showing up (console error messages under devtools) when the Autoresponder rule was active and replacing the request with a local .js file, and disappeared when turned off and the original file served.
In order to work out what was going on, I grabbed the contents of the original file, saved it locally, and used that to replace the .js requested by the page. But, still getting the same .js errors showing!
Verified the local file was exactly the same contents as the served file, and the Autoresponder rule works, so, what is happening that causes the use of Autoresponder to cause replaced javascript to throw errors?
??? What the...... ?
I've worked Autoresponder too many times to count, it works great,
And, this is just javascript, copied directly from the response from the server, which works perfectly fine (no console errors) when Autoresponder is turned off, but, when Autoresponder is turned on and replacing the requested .js file with a local copy of the same file, devtools console reports all kinds of errors (missing references, etc...,
eg.,
account.js:2
Uncaught ReferenceError: fb is not defined
at success (account.js:2)
at Object.cb [as success] (logout.jsp?DPSLogout=true:389)
at o (jquery.min.js:2)
at Object.fireWith [as resolveWith] (jquery.min.js:2)
at w (jquery.min.js:4)
at XMLHttpRequest.d (jquery.min.js:4)
Thanks for your help,
KWL