Konnectivity server is incompatible with go std lib #645
Open
Description
Go stdlib allows setting a proxy in the http.Transport object. When a proxy is set, and the destination uses HTTPS, it sends a CONNECT pass through request. However if the destination is HTTP, it sends a get request.
curl behaves the same.
This is incongruent with konnectivity which requires all requests to be CONNECT passthrough
Metadata
Assignees
Labels
No labels