long2ice / fastapi-limiter

A request rate limiter for fastapi
https://github.com/long2ice/fastapi-limiter
Apache License 2.0
487 stars 53 forks source link

Rate Limit Bypass #9

Closed ErikASD closed 3 years ago

ErikASD commented 3 years ago

Just by sending X-Forwarded-For header with a random number each request ex: X-Forwarded-For: 23189987 allows anyone to bypass the rate limiter no problem.