I'm looking for a good and famous web debugging proxy that can logs all HTTP(S) traffic. Like a fiddler for Windows. I found that it doesn't work on Ubuntu.
So is there any one for Ubuntu?
I'm looking for a good and famous web debugging proxy that can logs all HTTP(S) traffic. Like a fiddler for Windows. I found that it doesn't work on Ubuntu.
So is there any one for Ubuntu?
1Source:Sourceforge
1Source:Paroproxy
Fiddler is now available for linux and Mac through its Mono port. All instructions available here
I find Burp Suite really handy. It is not Open Source but it is written in Java (works everywhere) and it has community edition. Supports HTTPS, other features are called Essential manual tools
You can try Charles Proxy.
I've been using it a while and it works well.
NetTool is one the best tools as Suggested by Mitch
You should also try out Webscarab. WebScarab is a framework for analysing applications that communicate using the HTTP and HTTPS protocols.
I used the free tool wire shark. https://www.wireshark.org/. Good alternative!
I'm wondering why nobody mentioned good old LiveHTTPHeaders, which is a browser addon available for Firefox and Chrome. It allows you to view and modify http headers.
Proxy.app
Betwixt - based on Chrome DevTools interface
Some additional options located on StackOverflow.