| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Webproxy written in Java using the Servlet technology.
Proxy Connection
The Servlet ProxyServlet uses the jdk class UrlConnection for handling the requests. In the html of the requests the links to other sites are rewitten to urls that managed by the ProxyServlet. For an example the link "/subpage.html" on the site http://www.example.com is rewritten to http://localhost:8080/webproxy/proxy?targetUrl=http://www.example.com/subpage.html. Link to resources in html-files are rewritten in similliary way.
Caching requested files There are two caches
Transformations of the sites via jquery-selectors
Transformations to the requested sites can be declared in the file transformations.txt. The sytax of each transformation is : css-Selektor -> JQueryMethod [-> Parameters]*
| Back | FazBrowse Home | New Git URL |