I want to write a PHP script (as the central authenticator) to receive HTTP requests from browsers and redirect the HTTP requests to other hidden URLs. I mean the user will not know the actual URL address.
Is CURL for PHP is the right library? Is Curl_Interface used for pointing the (redirected) output address of the HTTP response?
Anyone has sample codes? Please post a copy to me.