jenssegers / php-proxy

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

Allow for raw POST body #2

Closed fabrizim closed 11 years ago

fabrizim commented 11 years ago

This allows any non form encoded post bodies to be passed through. Even regular form encoded bodies could be sent this way, but I left that logic in there to account for file uploads.