Closed rohannair closed 7 years ago
From my understanding of receiving cookies, a set-cookie header containing a cookie with same location as the client should set the cookie.
set-cookie
In my network request, I see that header being sent:
But it does not actually set the cookie...
@rohannair have you solved it?
From my understanding of receiving cookies, a
set-cookie
header containing a cookie with same location as the client should set the cookie.In my network request, I see that header being sent:
But it does not actually set the cookie...