Skip to content

WebSocket support #172

Open
Open
@ricea

Description

@ricea

This is related to issue #170, but I wanted to create a separate issue specifically for clarifying the behaviour around WebSockets.

My question is, are "wss" and "https" URLs considered equivalent for Network Error Logging? The Fetch Standard considers "wss" and "https" equivalent for cookies and other purposes (see https://websockets.spec.whatwg.org/#concept-websocket-establish), but it's not clear to me from the NEL standard whether that applies here.

Concretely:

  • If a NEL header has been seen on a response to a request to https://example.com:8433/, should that configuration be used for a failed WebSocket connection to wss://example.com:8433/ ?
  • Conversely, should a NEL header on a response from wss://example.com:8433/ affect requests to https://example.com:8433/ ?

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