Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch requests by ID that exceed the max URL length for GET requests #248

Closed
Tracked by #217
JWCook opened this issue Aug 6, 2021 · 1 comment · Fixed by #510
Closed
Tracked by #217

Batch requests by ID that exceed the max URL length for GET requests #248

JWCook opened this issue Aug 6, 2021 · 1 comment · Fixed by #510
Labels
enhancement New feature or request
Milestone

Comments

@JWCook
Copy link
Member

JWCook commented Aug 6, 2021

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.

@JWCook JWCook added the enhancement New feature or request label Aug 6, 2021
@JWCook JWCook added this to the v1.0 milestone Aug 6, 2021
@JWCook JWCook mentioned this issue Aug 6, 2021
23 tasks
@JWCook JWCook modified the milestones: v1.0, v0.18 May 20, 2022
@JWCook JWCook removed this from the v0.18 milestone Nov 27, 2022
@JWCook JWCook added this to the v1.0 milestone Feb 23, 2023
@JWCook JWCook modified the milestones: v1.0, v1.1, v0.19 Mar 8, 2023
@JWCook 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
@JWCook JWCook modified the milestones: v0.19, v1.0 May 31, 2023
@JWCook JWCook modified the milestones: v1.0, v0.19 Jul 9, 2023
@JWCook
Copy link
Member Author

JWCook commented Sep 19, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant