user.info documentation says
No more than 10000 handles is accepted.
but in reality it accepts nowhere near that many handles. In fact, limit has nothing to do with number of handles but number of characters of URL. If URL is at least 5620 characters long server will respond with 400 Bad Request
. Can this be fixed?