I am hosting my BE from beta.zaharzagrava.ngrok.io
and my FE from teta.zaharzagrava.ngrok.io
. Setting cookie for zaharzagrava.ngrok.io
works just fine:
- I send a request to
beta.zaharzagrava.ngrok.io
withwithCredentials=true
. beta.zaharzagrava.ngrok.io
setshttp-only
secure
cookie onzaharzagrava.ngrok.io
But if I try to do the same to set cookie for ngrok.io
domain id does not work.
I understand that ngrok.io
is a 3rd party services, but technically shouldn't I be able to set cookie for ngrok.io
in exactly the same way I did for zaharzagrava.ngrok.io
?