Problem with user.info in Codeforces' API

Revision en5, by mblazev, 2020-03-07 23:05:07

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?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en5 English mblazev 2020-03-07 23:05:07 2
en4 English mblazev 2020-03-07 23:04:26 0 (published)
en3 English pajenegod 2020-03-07 22:52:52 68 Tiny change: 'ters long server wi' -> 'ters long the server wi'
en2 English pajenegod 2020-03-07 22:46:29 15
en1 English mblazev 2020-03-07 21:26:07 404 Initial revision (saved to drafts)