Skip to content

Konnectivity server is incompatible with go std lib #645

Open
@steeling

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions