https://github.com/simon816/php-proxy
A web proxy written in PHP using OOP
https://github.com/simon816/php-proxy
Last synced: 4 months ago
JSON representation
A web proxy written in PHP using OOP
- Host: GitHub
- URL: https://github.com/simon816/php-proxy
- Owner: simon816
- License: mit
- Created: 2015-06-12T15:36:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T14:29:36.000Z (about 7 years ago)
- Last Synced: 2025-01-13T01:44:48.183Z (6 months ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
PHP Proxy
---This is a web proxy that applies several transformations to the request and response in order to:
1. Rewrite all links to forward to the proxy URL
2. Rewrite all asset URLs, including images in CSS files
3. Inject a header form to allow easy navigation
4. Obfuscate the page content, and de-obfuscate in JavaScript on the client
5. Correctly handle cookies to isolate them between requests - including `document.cookie` support
6. Forward post request data