react-upload-gallery
react-upload-gallery copied to clipboard
Cookies are not send with the request
Cannot send cookies header because XMLHttpRequest doesn't send the cookies by default. So it will be great if you set xhr.withCredentials = true;
or extract property that will set it.
For a quick solution you can use the customRequest props.
Yes, I saw that option but it's a bit overkill so that's why I am wondering do you plan to handle this use case in the library soon?
You can use it as a prop in version 0.4.1. I've been thinking about rewriting the project for a long time, so I'm postponing such updates.
Thank you very much for the update. It works perfect! You saved my day! I hope you will put some notification in this project if you rewrite it :) Good luck!