Coder Social home page Coder Social logo

Comments (4)

Nebulizer1213 avatar Nebulizer1213 commented on June 16, 2024

actually I don't think it matters because it will still be unique to that user. Unless the second ip changes. I'm not really sure what the second ip is.

from slowapi.

Nebulizer1213 avatar Nebulizer1213 commented on June 16, 2024

just looked it up it is the proxy ip. I think it would still be best to do it like this request.headers["X_FORWARDED_FOR"].split(",")[0]
but I could be wrong

from slowapi.

laurentS avatar laurentS commented on June 16, 2024

@Nebulizer1213 I'm wondering if this might be due to how your server is configured, I don't recall seeing this duplicate IP.
Two comments though:

  • as you point out, the limiter only really cares about having some sort of string to identify a user, it does not have to be an IP (this depends on your use case)
  • the function in the code is just a convenience function to get you started, you don't have to use it at all. Instead you can implement whatever function you want that returns a string identifying your users, and pass it to the limiter constructor.

from slowapi.

Nebulizer1213 avatar Nebulizer1213 commented on June 16, 2024

ok thanks

from slowapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.