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

How to add X-Ratelimit limiting for API End points #154

Open
AvijaRanjithTR opened this issue Jan 24, 2023 · 0 comments
Open

How to add X-Ratelimit limiting for API End points #154

AvijaRanjithTR opened this issue Jan 24, 2023 · 0 comments

Comments

@AvijaRanjithTR
Copy link

AvijaRanjithTR commented Jan 24, 2023

I Have an API Endpoint and a malicious low-privileged user trying to capture my request via a proxy tool, sends it to the intruder tool and generates 100 requests and all the requests went to successfully and all requests returned 200 ok status.

I want to use rate limiting for the above issues like within 2 minutes. I can send only 10 requests and if the user sends the 11th request, he has to wait for the remaining minutes left. after 2 minutes of completion, one can send new request.

I want to go with the above approach, not at the application server code level but I need to implement it on the WEb API management level can anyone help me on this?

@AvijaRanjithTR AvijaRanjithTR changed the title How to add X-Ratelimit limiting on deployment server level for API End points How to add X-Ratelimit limiting for API End points Jan 24, 2023
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