react-dropzone-uploader icon indicating copy to clipboard operation
react-dropzone-uploader copied to clipboard

Add withCredentials property to support CORS requests

Open JasonB42 opened this issue 6 years ago • 9 comments

Set withCredentials to 'true' if passed prop is truthy. Absence of prop does not set withCredentials to any value, leaving it to browser default of false.

Tested with 'run test' and locally with code I'm working on.

JasonB42 avatar Oct 28 '19 23:10 JasonB42

Hi, can I work on this?

yashichawla avatar Sep 09 '20 03:09 yashichawla

Yes go ahead!

shahednasser avatar Sep 09 '20 15:09 shahednasser

Resolved by #64

shahednasser avatar Sep 11 '20 14:09 shahednasser