Hacker News new | ask | show | jobs
by axiosgunnar 1586 days ago
So do I understand correctly that when using SSE, the login cookie of the user is not automatically sent with the SSE request like it is with all normal HTTP requests? And I have to redo auth somehow?
1 comments

It should automatically send first party cookies, though you may need to specify withCredentials.