Athlon1600 / php-proxy

A web proxy script written in PHP and built as an alternative to Glype.
https://www.php-proxy.com
MIT License
295 stars 158 forks source link

Fix content-type cleaning if provided an array #155

Open kyletaylored opened 1 year ago

kyletaylored commented 1 year ago

If you are enabling following through curl (CURLOPT_FOLLOWLOCATION), sometimes the content-types will stack up into an array and needs to be reduced to a single string. Without this checking, you will run into a Fatal Error.