Hacker News new | ask | show | jobs
by threecreepio 5409 days ago
Then why does 100000..100000 get the same error? Not a huge span, and not likely to contain anything all too sensitive.
1 comments

A six-digit lower end of the range seems to be the point at which they reject range searches (or it errors, perhaps by exception).

This range works: 99999..1000000

Increment that first digit and it will fail though.