Open
Description
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
Labels
No labels