hello, for the verifySession to work, what does th...
# support-questions-legacy
s
hello, for the verifySession to work, what does the request need to send over? I logged in (via email/password) and the next request I send over returns unauthorized. On the both the frontend/backend I do add Session.init(). I am using my own UI with angular (not using the react component). Attached you'll find the curl equivalent request that i'm sending over.
r
hey @snackdex
the browser shuold send the cookies on its own.
That deosnt seem to be happening. Can i see a screenshot of the sign in response and request headers as seen on chrome?
s
please let me know if you need anything else 🙏
r
can you hover on the orange triangle at the end of set-cookie? what happens?
s
r
whats the URL that you are querying? ANd whats the apiDomain and websiteDomain that you have set on the front and backend?
s
ah i see the possible issue, i had the api domain for the backend be http://localhost:8000 instead of where the api is actually at 😅 let me make the change and see if it fixes it
r
yup
s
no more triangles, and everything is working as expected! 🥰