Tycho Bokdam
unread,Jan 17, 2024, 9:41:49 AM1/17/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, Oliver Dunk, Chromium Extensions, Tycho Bokdam
Hi Oliver,
Yes ofc, so our users need to login to use the extension, when they login our API returns with a set-cookie header containing the cookie that needs to be send with the calls to our API.
Normally this is not an issue as the domain the APP is running on is the same as the API, but in the case of the extension the domain does not match so it sees it as a third party cookie.
Note: this is only an issue for the iframe we add to the page when someone clicks on the extension icon, the background.js keeps working fine.