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
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
OK Found a quick workaround.
Avoid using Route attribute at action methods.
Instead use RoutePrefix at Controller level.
But still I need to use Route at action methods due to complex url format that I need to support.
Any solution for this ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Throttling is not at all considered when an action method have Route (System.Web.Http) attribute.
Is there any way to overcome this ?
The text was updated successfully, but these errors were encountered: