I have application on my localhost in https. But the certification on localhost is broken.
Below, response header. Problem: MyCookie is not created:
I guess the easiest workaround for this is to add an entry to the hosts file, like
127.0.0.1 localhost.com
and then calling http://localhost.com/ instead of just localhost.
but having said that, this restriction is ridiculous IMO.