redux-requests icon indicating copy to clipboard operation
redux-requests copied to clipboard

Include withCredentials config option to enable credentials in cross…

Open theigwe opened this issue 4 years ago • 0 comments

In reference to Issue 487, this is to enable withCredentials config option available in axios for cross-site Access-Control with credentials in requests.

I used this in my project by creating custom driver to enable cookie authentication.

theigwe avatar Oct 21 '21 17:10 theigwe