I have iis site on my local machine for rest api C#, the site has a host name my-api.my.domain.cld. In hosts file I added 127.0.0.1 my-api.my.domain.cld.
while logging the server adds cookie and from this point entire calls are with credentials true, but cookie is not being sent as part of the requests.
the site is angular http://localhost:4200 server url is http://my-api.my.domain.cld
Any idea how to make cookies work on local site with host name?
Thanks