rawhttp icon indicating copy to clipboard operation
rawhttp copied to clipboard

Add support for http proxy

Open Mzack9999 opened this issue 2 years ago • 1 comments
trafficstars

Please describe your feature request:

It would be helpful to add support for HTTP(s) proxy.

Describe the use case of this feature:

Proxies or reverse proxies exploitation as non-RFC compliant requests would be dropped.

The feasibility of the task should be investigated, as the unsafe nature of the requests makes it difficult to respect standard proxy communication protocols.

Mzack9999 avatar Jan 25 '23 07:01 Mzack9999

The implementation should happen by replacing rawhttp with a fork of net/http and all the validation implicit rules disabled.

This will be indirectly implemented with #23 and #22

Mzack9999 avatar Mar 08 '23 21:03 Mzack9999