jenssegers / php-proxy

A PHP proxy script with https and post support
https://jenssegers.com
933 stars 266 forks source link

Use the first location header object as the original redirect uri #53

Closed jmortlock closed 5 years ago

jmortlock commented 7 years ago

getHeader returns an array of records so the call to parse_url was failing.

I have also added a basic unit test

jmortlock commented 7 years ago

Hi @jenssegers are you still actively following this project? We have a need for a php-proxy solution and like what is here, what are the chances of getting PRs reviewed, and ultimately a version 3 release?