Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя mblazev

Автор mblazev, история, 5 лет назад, По-английски

user.info documentation says

No more than 10000 handles is accepted.

but in reality it accepts nowhere near that many handles. In fact, the limit has nothing to do with the number of handles. It instead depends on the number of characters in the URL. If the URL is $$$\geq$$$ 5620 characters long then the server will respond with 400 Bad Request. Can this be fixed?

  • Проголосовать: нравится
  • +108
  • Проголосовать: не нравится

»
5 лет назад, # |
  Проголосовать: нравится +33 Проголосовать: не нравится

I wish I was as smart as mblazev orz

»
5 лет назад, # |
  Проголосовать: нравится +17 Проголосовать: не нравится

MikeMirzayanov Please fix. The bots using CF API are not working currently because of this.