Okta sessions/me returning 404 when called from Javascript (Redux)
I am trying to get the current session Object from Okta using the sessions/me endpoint called from Javascript (Redux action), but I get a not found response, even when I have an active session. It's not CORS related, I enabled CORS for my domain. The best I can tell is a cookie related issue. When I call sessions/me from the browser directly, I see the browser attaching multiple cookies to my request. When I call from javascript, there are no cookies attached to the request. Is there a way, from Javascript to have access to the cookie needed for sessions/me to succeed? I'm guessing this is a