Skip to content

Ensure the JS API can handle arbitrarily large payloads #30

@hedleyroos

Description

@hedleyroos

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions