You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tom-turner we don't currently have a way to set withCredentials in this library. Note that this is different from setting the headers, which this library does support.
Can you tell me a bit more about your use case? If it's an obvious missing feature, I could probably whip up a PR to implement this functionality pretty quickly.
I'm was hoping to use httpOnly cookies for user auth and i would like these to be included in the request to the server. I don't think setting my own headers is an option as i cant access the cookie from the client side. Would be amazing if there was a way to include credentials on the request.
@tom-turner Is your use case an attempt to link a frontend UI to Laravel back-end? I was wondering if it had anything to do with this too as the request performed by the plugin keeps giving me 419 which I suspect is relative to the above missing configuration.
Hey!
I could not figure out how to set headers to include credentials on the request. How is this done?
Thanks,
Tom.
The text was updated successfully, but these errors were encountered: