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 reason is that the header "Authorization" is a special header. when you try to add it, .NET will try to validate value first. Sure the value you provided is invalid.
Seems like ExtraHeaders are not taking any stringified JSON data. Once you do this it stops sending out any requests.
The text was updated successfully, but these errors were encountered: