-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
module-networkNetwork moduleNetwork moduleneeds-discussionIssues to be discussed by the working groupIssues to be discussed by the working group
Description
The BiDi implementations in Chrome and Firefox disagree on how to handle the Host header in network intercepts that override headers:
- Chrome removes the Host header from the
network.beforeRequestSent
event and expects no Host header in thenetwork.continueRequest
command, otherwise the request will fail. - Firefox includes the Host header in the
network.beforeRequestSent
event and expects it to be present in thenetwork.continueRequest
command, otherwise the request will fail.
The spec should specify whether the Host header is required, optional or forbidden in network events and commands.
Metadata
Metadata
Assignees
Labels
module-networkNetwork moduleNetwork moduleneeds-discussionIssues to be discussed by the working groupIssues to be discussed by the working group