Great tool, does everything I need. Love its Transform tab that allows compression of the response. But what about request? Seems like a simple thing but I don’t see that functionality. Am I missing something?
Fiddler Web Debugger, V2.3.4.4.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can write a bit of script to compress the request body. Click Rules > Customize Rules, and add something like this:
However, I’m not aware of any servers that actually support compressed requests. There’s no good way for a server to signal that it supports compressed requests, and Zip Bomb attacks are a real threat for servers.