You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
steeling
changed the title
Connectivity server is incompatible with go std lib
Konnectivity server is incompatible with go std lib
Aug 7, 2024
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
The text was updated successfully, but these errors were encountered: