Skip to content

simon816/PHP-Proxy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
io
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

A web proxy written in PHP using OOP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published