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

GET /addresses query doesnt's support array like that: 'a=1&a=2&a=3' (JS capatibility problem) #56

Closed
vvmspace opened this issue Jun 1, 2019 · 1 comment

Comments

@vvmspace
Copy link

vvmspace commented Jun 1, 2019

API doesn't support Arrays like:
http://localhost:8841/addresses?addresses=Mx4dcbaf9a0adb8814237553640f5bf677d7e46b3a&addresses=Mx4dcbaf9a0adb8814237553640f5bf65437e46b4a

But JS libraries (like querystring, axios, ...) doesn't support queries like:

http://localhost:8841/addresses?addresses[]=Mx4dcbaf9a0adb8814237553640f5bf677d7e46b3a&addresses[]=Mx4dcbaf9a0adb8814237553640f5bf65437e46b4a

@vvmspace
Copy link
Author

vvmspace commented Jun 3, 2019

Sorry, my mistake, it is about node

@vvmspace vvmspace closed this as completed Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant