What alternatives are there to Fiddler debugging proxy?

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?


NetTool is a developer tool for monitoring and manipulating application-level network messages, particularly useful for debugging web applications and web services. There are two components to NetTool: the HTTP Client, and the TCP Tunnel.1

Paros is for web application security assessment. It is free of charge and completely written in Java. Through Paros's proxy nature, all HTTP and HTTPS data between server and client, including cookies and form fields, can be intercepted and modified.2

1Source:Sourceforge

1Source:Paroproxy


Fiddler is now available for linux and Mac through its Mono port. All instructions available here


You can try Charles Proxy.

I've been using it a while and it works well.