|
Project Information
|
Proxy (noun, /ˈprɒksi/): A process that accepts requests for some service and passes them on to the real server. (source) I needed to do cross-domain AJAX calls from a jQuery front-end to a PHP backend which was on another domain, and couldn't find a complete, functional proxy script that could bridge both ends... so I created my own. Since both servers had PHP (but the backend needed extra stuff that wasn't on the frontend server), doing a PHP Proxy seemed like the way to go. What this proxy supports:
What it doesn't support (yet, maybe):
|