Bug 230723

Summary: Cookies are not being sent from Web Extension's background page for wss socket connection
Product: WebKit Reporter: Mikhail Labanov <maikudou>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Major CC: barteo, maikudou, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Mac (Intel)   
OS: macOS 11   

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
Radar WebKit Bug Importer
Comment 1 2021-09-23 15:32:41 PDT
Note You need to log in before you can comment on or make changes to this bug.