-
-
Notifications
You must be signed in to change notification settings - Fork 746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] AuthorizeAttribute does not add a header to the request #946
Comments
Yeah got the same issue |
Please fix this, even better would be to set the authorization scheme for the whole interface, instead of each request. |
You can use this code for the whole interface (e. g.):
|
fix [BUG] AuthorizeAttribute does not add a header to the request #946
Yeah, but won't it be overrided by the header on the parameter?
This doesn't work. |
Same issue, using Xamarin Forms .NET Standard 2.1, running on Android |
Same issue, I believe. .Net Core 3.1 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Describe the bug
but:
Steps To Reproduce
Expected behavior
Add header
Environment
The text was updated successfully, but these errors were encountered: