Cookie is not getting stored on reverse proxy local server. #110
Answered
by
aeneasr
mishafst1052
asked this question in
Q&A
-
When i changed cookie domain to CNAME url (https://account.hashapp.net), it' storing Cookie there. how do i get this cookie at http://cancoms-local.com |
Beta Was this translation helpful? Give feedback.
Answered by
aeneasr
Jul 4, 2022
Replies: 1 comment
-
Looks like an issue with http. The cookie set by our custom domain feature will make the cookie secure (only transmittable via HTTPS). To develop on local domains, use the Ory Tunnel instead, as that has a development option which disables HTTPS enforcment: https://www.ory.sh/docs/guides/local-development |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vinckr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like an issue with http. The cookie set by our custom domain feature will make the cookie secure (only transmittable via HTTPS). To develop on local domains, use the Ory Tunnel instead, as that has a development option which disables HTTPS enforcment: https://www.ory.sh/docs/guides/local-development