20/02
2013
Wallogit.com
2017 © Pedro Peláez
A simple proxy..
A simple php proxy., (*1)
$request = \Symfony\Component\HttpFoundation\Request::createFromGlobals();
$configuration = new \Proxy\Configuration();
$configuration->setBackend('nousefreak.be');
$proxy = new \Proxy\Proxy();
$proxy->setConfiguration($configuration);
$response = $proxy->proxy($request);
$response->send();