I'm using cookies for requests authorisation. Requests are sent to https://myDomain When I deploy my project to https://myDomain, everything is ok, I see Cookie in a request headers. The problem is when I test my app locally, and there is no Cookie in the request headers sent from http://localhost:port
How to set up test environment for Cookie is sent from http://localhost:port to https://myDomain?