Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Issue while using Route attribute #118

Open
SrinivasanSoundarrajan opened this issue Jun 21, 2018 · 1 comment
Open

Issue while using Route attribute #118

SrinivasanSoundarrajan opened this issue Jun 21, 2018 · 1 comment

Comments

@SrinivasanSoundarrajan
Copy link

Throttling is not at all considered when an action method have Route (System.Web.Http) attribute.
Is there any way to overcome this ?

@SrinivasanSoundarrajan
Copy link
Author

SrinivasanSoundarrajan commented Jun 21, 2018

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant