Skip to content

API does not accepted encoded query string params #2

Description

@NathanielWroblewski

API breaks when passed encoded values instead of actual values. For example:

encodeURIComponent('=')
> "%3D"
encodeURIComponent('&')
> "%26"

This breaks when passing multiple parameters.

%26addresses%3Dmu1izpJmF7CHnbVcH59f1PqfvXnmiBEMq8
&addresses=mu1izpJmF7CHnbVcH59f1PqfvXnmiBEMq8

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions