Is there any ajax debugger for IE8 other than Fiddler?
Share
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.
Yep, you can try Charles Proxy too. http://www.charlesproxy.com/
If you want to get really deep into web proxying, then you could also look at Squid. I’ve not used it on windows, but on linux it is massively configurable – you don’t mention what you’re after in specific, but if there is something that neither charles nor fiddler do, then you could look at using squid, and processing your HTTP requests with scripts, for example, which I guess is something you could get going with a bit of effort.
Some more options: