Skip to content

Possibly we should allow HTTP/1.1 CONNECT requests without a Host: header #105

Open
@njsmith

Description

@njsmith

According to the spec, all HTTP/1.1 requests MUST have a Host: header. Currently h11 enforces this.

@jab pointed me to this issue that go ran into in 2017 trying to enforce this, where apparently some widespread apps (like Facebook on iOS) do HTTP/1.1 CONNECT without a Host: header: golang/go#18215

It's not entirely clear if this is still relevant 3 years later, but since it's an obscure issue I wanted to make a note somewhere so we can (at the least) find it later.

Metadata

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