Join Discord
Powered by
When running on localhost is there a way to remove...
# support-questions-legacy
p
pitchash
03/29/2022, 1:20 PM
When running on localhost is there a way to remove “Secure; HttpOnly” from the returned Cookies?
r
rp_st
03/29/2022, 1:22 PM
You can't remove httpOnly, but you can remove secure by making sure you pass
http://
in the apiDomain value on the frontend and backend.
p
pitchash
03/29/2022, 1:23 PM
Thanks
2
Views
Previous
Next