jeffaudi / php-proxy

Automatically exported from code.google.com/p/php-proxy
0 stars 0 forks source link

Request headers are not copied #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If I run it under Apache, the original request headers are not copied to cURL 
request.  The following is missing:

curl_setopt($curlSession, CURLOPT_HTTPHEADER, $headers);

($headers needs to be built).

Original issue reported on code.google.com by nakvic on 16 Aug 2015 at 11:31