LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

Cookies are not being sent even with cors set to true #173

Closed ioRekz closed 8 years ago

ioRekz commented 8 years ago

I'm using cookies to check if the user is logged in but I cant find a way have them in the request

ioRekz commented 8 years ago

Ok I found the withCredentials options in the src code. It was missing in the documentation. My Bad !