Emit a single network.responseCompleted event for authentication flows
Categories
(Remote Protocol :: WebDriver BiDi, defect, P1)
Tracking
(firefox129 fixed)
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 4 open bugs)
Details
(Whiteboard: [webdriver:m12][wptsync upstream][webdriver:relnote])
Attachments
(2 files)
At the moment the BiDi + fetch spec expects that only a single network.responseCompleted event should be emitted when we have an authentication sequence, regardless of the number of authentication attempts.
It is unclear if we want to keep this behavior in the long run, Bug 1899604 will be about tracking the related spec discussion and implementing the changes if need be.
This will unblock the "network Page.authenticate should allow disable authentication" puppeteer test.
Assignee | ||
Updated•3 months ago
|
Updated•3 months ago
|
Assignee | ||
Comment 1•3 months ago
|
||
This is compliant with the current specification. All authentication request attempts for the same original request share the same request id, and only a single responseCompleted event should be
emitted.
Assignee | ||
Comment 2•3 months ago
|
||
Depends on D215623
Comment 5•3 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/593b97c86729
https://hg.mozilla.org/mozilla-central/rev/cb195cae29c6
Updated•2 months ago
|
Description
•