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

Ensure the JS API can handle arbitrarily large payloads #30

Open
hedleyroos opened this issue Oct 12, 2017 · 0 comments
Open

Ensure the JS API can handle arbitrarily large payloads #30

hedleyroos opened this issue Oct 12, 2017 · 0 comments

Comments

@hedleyroos
Copy link
Contributor

The JS implementation multiplexes calls together in one single GET to avoid doing many requests. However, we run into limits when the querystring is about 4000 bytes because many gateways don't allow larger sizes.

We need to batch the multiplexed requests to not exceed 4000 bytes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants