#scorpproxy
scorpproxy is the fast HTTP proxy server built in java.
A web proxy passes along http protocol requests like any other proxy server. However, the web proxy accepts target URLs within a user's browser window, processes the request, and then displays the contents of the requested URL immediately back within the user's browser. This is generally quite different than a corporate intranet proxy which some people mistakenly refer to as a web proxy.
- Fast.
- Lightweight.
- updates link on page to go on through same proxy.
for development
- Eclipse Heliose or newer
- Tomcat v6 or newer
- JDK 6 or newer
Just build take a war and deploy on any java based web server (ex. Tomcat, JBoss, Glassfish) no any special things to do.
Have a bug or a question? Please create an issue here on GitHub!
https://github.com/ameyjadiye/scorpproxy/issues
- Amey Jadiye (@ameyjadiye)
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
