-
Notifications
You must be signed in to change notification settings - Fork 55
Issues: luoyunchong/IGeekFan.AspNetCore.Knife4jUI
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Authorize 未生效,请求接口时Header里未包含token参数,swagger-ui中能正常携带该Header参数
#68
opened Aug 16, 2024 by
wangbenchi66
EndpointRoutingMiddleware matches endpoints setup by EndpointMiddleware and so must be added to the request execution pipeline before EndpointMiddleware. Please add EndpointRoutingMiddleware by calling 'IApplicationBuilder.UseRouting' inside the call to 'Configure(...)' in the application startup code.
#49
opened Mar 3, 2023 by
JosonJiang
The required antiforgery header value "RequestVerificationToken" is not present.
#24
opened Sep 3, 2021 by
xiaolei000129
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.