nodezoo / monorepo

Nodezoo system monorepo.
MIT License
2 stars 2 forks source link

Prevent the cookie from being eaten #19

Closed lilsweetcaligula closed 2 years ago

lilsweetcaligula commented 2 years ago

Replacing Axios with fetch seems to have resolved the issue.

Next thing to address: retaining cookies upon location.href-based redirection.

NOTE: fetch will need to be polyfilled - it wasn't in this PR - otherwise fetch does not work in IE.