Are there any HTTP/HTTPS interception tools other than Fiddler, Charles, Poster, and Achilles?

http, https, security, testing

Solution

Achilles does work on HTTPS traffic, but they note on their site that it is not the best tool any more.

Their suggestions are Burp Suite and WebScarab both of which I highly recommend.

Problem

I'm in the process of testing my application with respect to security. Aside from Fiddler, Charles and Poster (Firefox plug in). Are there any other free to use https interception (and editing) applications out there? Especially ones which can be installed w/o admin privileges. Achilles comes to mind, but I don't think it can handle https traffic.

Original source