PHP Proxy
This is a web proxy that applies several transformations to the request and response in order to:
- Rewrite all links to forward to the proxy URL
- Rewrite all asset URLs, including images in CSS files
- Inject a header form to allow easy navigation
- Obfuscate the page content, and de-obfuscate in JavaScript on the client
- Correctly handle cookies to isolate them between requests - including
document.cookie
support - Forward post request data