jenssegers / php-proxy

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

Don't get the body for HEAD requests #3

Closed alexandrusavin closed 10 years ago

alexandrusavin commented 10 years ago

There is no need for the body in case of HEAD request ad also, curl will change the request method to the server to HEAD.