IP limitation per account/bot

Comentarios

1 comentario

  • 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

Iniciar sesión para dejar un comentario.