We have a security firewall that authenticates with cookies, however it seems that the current implementation of SSE sends an auth token as a query param, and it does not use withCredentials to send cookies.
Is there anyway to support cookies to be sent and/or use an alternate server URL for that particular endpoint?