Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

http proxy for debugging purposes

I am looking for a preferably free http proxy to be used for debugging purposes.

I already have firebug and firebug lite in my tool set, but firebug lite won't let me see ajax requests in internet explorer.

I thought an intercepting proxy might do the feat

like image 299
flybywire Avatar asked Dec 29 '22 09:12

flybywire


1 Answers

I recommend Fiddler. It lets you track all of the HTTP traffic coming in and out of your application, break in the middle in order to change parts of it, log everything, etc.

like image 61
Moshe Avatar answered Jan 13 '23 14:01

Moshe