WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
230723
Cookies are not being sent from Web Extension's background page for wss socket connection
https://bugs.webkit.org/show_bug.cgi?id=230723
Summary
Cookies are not being sent from Web Extension's background page for wss socke...
Mikhail Labanov
Reported
2021-09-23 15:15:50 PDT
Steps to reproduce: 1. Create new web extension 2. Visit some domain you control to have it's cookies in the Browser 2. On the background page of the extension, try to create new secure websocket connection to the same domain (wss://, backend must be able to handle socket connections, of course) Expected outcome: Connection established, cookies for domain are sent with it, backend is able to read them Real outcome: Connection established, cookies for domain are not visible from the backend, as if they were not sent Additional information: Developer Tools show what cookies are being sent and recieved from backend during connection, but backend can't see them. Looks like they are lost somewhere during connection
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-09-23 15:32:41 PDT
<
rdar://problem/83468404
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug