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
The logout post doesn't have any content in the body, so a Content Type header won't be set. Is our .NET library handling the /logout route on your backend? If so this sounds like a bug we need to fix in our library, ping @nbarbettini
Using ASP .Net Core with stormpath-react
The LogoutLink component issues a POST request to the backend without specifying a ContentType in the header.
Is this a bug? Or is this something that I'm doing incorrectly on my side?
It is causing .net core to respond with
400 invalid content type ''
The text was updated successfully, but these errors were encountered: