English 中文(简体)
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

最佳回答

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.

问题回答

Another simple HTTP proxy tool is Don s Proxy.

... unlike other similar tools, DonsProxy provides the ability to see HTTPS traffic in its unecrypted form by acting as a terminus for the client-side connection, and establishing a new secured connection with the target service. This is done with full knowledge of the user, so that it does not introduce a security breach.

Sessions within DonsProxy are instrumented with JMX, providing visibility to the state of sessions read buffers and some other information.

While implemented in Java, this tool can be used by developers building networked applications in any environment.





相关问题
Image rendered with wrong colors in IE8

I have a gradient image as a PNG (no transparency) in a web-page. By taking a screenshot of Chrome showing the page and cropping the image from the page, I see the exact same colors are drawn as the ...

Determine Mobile Internet Explorer version

I need to determine the version of Mobile Internet Explorer on a Windows Mobile 6.1 device. So that I can report the same user-agent string as is being used by Mobile Internet Explorer. The user-...

CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

Internet Explorer only part loading JavaScript/CSS

I m having trouble with my local development environment where IE (6 through to 8) is only part loading JavaScript/CSS files. It throws random errors at random places in jquery.min.js every time I ...

IE doesn t run Javascript when you click back button

I ve built a shop with tons of JS running. One of the pieces of the cart, is a zip code field which is required to calculate shipping cost. This works fine going through the cart. Now clicking ...

热门标签