-
-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Labels
Description
Hi,
I have done some extensive searching and can not find the way to rate limit by unique user on a API that does not require a user to be logged in to use it. I have public facing API and I want to rate limit it from being spammed but if alot of users are at a single location and the rate limit uses the IP address, that IP Address is going to look the same to the server and it could end up blocking some of the users if they hit the IP address request limit.
All the example online just say use IP Address but I can not see that working if multiple users are connected to the same network.
Am I missing something for the rate limit?
Thanks in advance.
Sean