set-cookie support in isomorphic-fetch in nodeJs application (question)
Author: sundriverCreated Nov 8, 2017Updated Dec 21, 2023
I am using isomorphic-fetch (2.2.1) in a NodeJS application. The response from server comes with set-cookie headers, but my subsequent isomorphic-fetch calls do not include the cookies. I am using credentials: "same-origin" (also tried credentials: "include" but not luck.
Does isomorphic fetch set-cookies when it is used in nodeJS (not a browser) ?
[also asked this in SO, with not response]
Source: matthew-andrews/isomorphic-fetch