set withCredentials to the new ES6 built-in HTTP request API : Fetch

Got it here :

  credentials: 'include'

and not

  withCredentials: true

Leave a Comment