You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on the browser and server, the max URL length for GET requests is at minimum 2048 characters (up to 8000). Minus the average base URL length, that will be around 250 8-digit IDs.
The text was updated successfully, but these errors were encountered:
JWCook
changed the title
Add support for batching requests by ID that exceed the max URL length for GET requests
Batch requests by ID that exceed the max URL length for GET requests
May 27, 2023
Update: it turns out that the API simply limits the number of IDs in a request to 30, so figuring out the maximum number we can fit in a GET URL is no longer needed.
Depending on the browser and server, the max URL length for GET requests is at minimum 2048 characters (up to 8000). Minus the average base URL length, that will be around 250 8-digit IDs.
The text was updated successfully, but these errors were encountered: