PolymerElements / iron-ajax

Easily make ajax requests
https://www.webcomponents.org/element/PolymerElements/iron-ajax
127 stars 113 forks source link

Keep getting different sessions from server #240

Open mitjarobic opened 8 years ago

mitjarobic commented 8 years ago

Every time i sent the ajax request to my API the server session changes. If try the same API in Postman it works fine.

Any ideas what am i missing?

H3dz commented 7 years ago

Set the withCredentials flag on the request.