When running on localhost is there a way to remove...
# support-questions-legacy
p
When running on localhost is there a way to remove “Secure; HttpOnly” from the returned Cookies?
r
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
Thanks
2 Views