Skip to content

How To Rate Limit When Multiple Users are from the Same IP Address? #119

@szarkowicz

Description

@szarkowicz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions