A developer of a backend to which I am connecting is assuring me that when he sends a cookie in set-cookie
header that the browser should automatically save the cookie and send it back with following requests.
Does Angular 2 block cookies from being sent?
Since backend and frontend are both running on localhost, does them being on different ports block cookies from being sent with the requests?