Use HTTP cookies without sending them in the body at login
Were using our own backend . This sends cookie data as set cookie and http cookie . So its not accessible via JS . Is it possible to get this cookie in a way where we proxy it via nordcraft proxy and make it available on the page as * .nordcraft .com cookie . So our frontend can use the cookie in dev . In prod its working because our backend domain equals the frontend domain . Cookes are set with "Lax " The cookie header is not forwarded when you proxy API requests as that could cause security issues . You could forward the cookie in a custom header (or the body ) of your request though , by reading it using [the Get Cookie ] ( https://docs.nordcraft.com/references/formulas#get-cookie ) formula . That also works during ssr
.jpeg/public)