php-proxy icon indicating copy to clipboard operation
php-proxy copied to clipboard

Fix content-type cleaning if provided an array

Open kyletaylored opened this issue 2 years ago • 0 comments

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.

kyletaylored avatar Jul 06 '23 16:07 kyletaylored