What is the best approach to fix HTTP status 429(Too Many Requests) in .Net Core 3.1. Code examples would be helpful
Loading
What is the best approach to fix HTTP status 429(Too Many Requests) in .Net Core 3.1. Code examples would be helpful
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
manikandan rPosted Jun 10, 2021, 3:53 PM
Jignesh KumarPosted Jun 10, 2021, 1:30 PM
Hi Maniknandan,
You can create actionfilter and create throttleAttribute to overcome this one, Please refer below thread,
https://stackoverflow.com/questions/20817300/how-to-throttle-requests-in-a-web-api
Sachin SinghPosted Jun 10, 2021, 10:34 AM