IP limitation per account/bot

Comments

1 comment

  • WilliamNolan

    A rate limiting algorithm is used to check if the user session (or IP address) has to be limited based on the information in the session cache.DGCustomerFirst In case a client made too many requests within a given time frame, HTTP servers can respond with status code 429: Too Many Requests.

    1

Please sign in to leave a comment.