Skip to content

MITM proxying to hosts whose names begin with "http" is broken #92

@oxtoacart

Description

@oxtoacart

This was discovered by @robfletcher who tried using MITM to proxy requests to https://httpbin.org/get.

This was getting parsed into the empty string "", causing us to fall back on the host header to identify the host. Unfortunately, at that point, we have lost the port information and consequently end up defaulting to port 80, which won't work for this SSL connection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions