bouncestorage / chaos-http-proxy

Introduce failures into HTTP requests via a proxy server
Apache License 2.0
144 stars 12 forks source link

Fail CONNECT methods #9

Closed flandr closed 9 years ago

flandr commented 9 years ago

Ideally there will be support for TLS-terminating HTTPS proxies (see #1), but prior to that it's better to fail the CONNECT method w/ a 405 than to mis-compose the URL out of the request-uri component.

gaul commented 9 years ago

Pushed to master as aa2ab82f4f79d833fc68f8c73855a26cca0d19ad.