Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon816/php-proxy
A web proxy written in PHP using OOP
https://github.com/simon816/php-proxy
Last synced: about 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T14:29:36.000Z (over 6 years ago)
- Last Synced: 2023-03-22T22:07:36.866Z (almost 2 years ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- 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