Protoscope is a utility that aids Web developers by revealing the HTTP communication while they interact with their applications. It acts as an HTTP proxy, so that developers can configure their browser to use Protoscope as a proxy and then view the HTTP transactions as they browse.
| Tags | Internet Proxy Servers Web Networking Monitoring |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Changes: Protoscope now supports the use of an HTTP proxy. This allows you to configure your browser to use it as a proxy without losing any connectivity to the Web.


Changes: This release of Protoscope boasts improved reliability as well as a few notable features. The major feature added is embedded logging. This allows you to use Protoscope as an HTTP proxy and view the underlying HTTP transactions at the bottom of every page (non-SSL) while you browse the Web, eliminating the need to consult a log. All request methods except CONNECT are now supported, and you can disable content encoding to allow examination of all text resources.


Changes: Protoscope has been redesigned and reimplemented in PHP. It supports HTTP/1.0 and HTTP/1.1, chunked transfers, and all content types.


Changes: This release includes a nearly complete HTTPscope server that displays the underlying HTTP transaction conveniently in a browser.