- 0
mvc5 ActionFilterAttribute for duplicate submits & throttling?
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
Review: Quntis RGB Pro+ light bar with wireless controller and premium craftsmanship
By Robbie Khan,
- 0 replies
- 0 views
-
GameSir Super Nova controller review: affordable, customizable, and overall amazing
By TarasBuria,
- review
- gamesir super nova
- (and 3 more)
- 0 replies
- 0 views
-
GameSir X3 Pro review: good mobile controller with Hall Effect sticks but not for everyone
By TarasBuria,
- gamesir x3 pro
- review
- (and 3 more)
- 0 replies
- 0 views
-
Hyperkin unveils Competitor, a DualSense-like controller for Xbox and PC
By Omer Dursun,
- hyperkin
- controller
- (and 4 more)
- 2 replies
- 0 views
-
Review: NYXI's Flexi controller transforms between PlayStation and Xbox layouts in seconds
By Robbie Khan,
- review
- nyxi flexi
- (and 7 more)
- 4 replies
- 0 views
-
Question
+Red King Subscriber²
Looking for feedback,
Researched this,
http://stackoverflow.com/questions/33969/best-way-to-implement-request-throttling-in-asp-net-mvc
Next up,
I wanted to prevent duplicate requests to a controller when the data is the same (for example to prevent multiple votes from the same IP for an anonymous internet poll).
This is what I pulled out of my hind quarters,
I am also thinking about querying the request for a cookie and adding it to the response just for an extra layer of protection.I am planning on using these two attributes together (most of the time), with Captcha & CRSF, on POST only ActionResults which give back JSON.
Is there any way that route data / request / response / action parameters can be null?
And how would you go onto specifying the parameters that need to be checked (if not all of them)? [PrevetDuplicateRequests(Params = "Foo,Bar")] ?
Edited by _AlexanderLink to comment
https://www.neowin.net/forum/topic/1226845-actionfilterattribute-for-duplicate-submits-throttling/Share on other sites
0 answers to this question
Recommended Posts