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

Double-encoding of url query parameters #36

Open
hasghari opened this issue Mar 9, 2016 · 1 comment
Open

Double-encoding of url query parameters #36

hasghari opened this issue Mar 9, 2016 · 1 comment

Comments

@hasghari
Copy link

hasghari commented Mar 9, 2016

In our apiary.io documentation http://docs.g2crowdapi.apiary.io/# we have one endpoint defined as such: /v1/products{?filter%5Bquery%5D,page%5Bnumber%5D,page%5Bsize%5D}

The problem is that when testing the endpoint in the console, the query parameters are encoded again which in turn submits a different request than desired.

@zbabtkis
Copy link

I'm having the same issue. I believe this should be supported as it is a recommendation of the JSON API spec. Any word on this?

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

2 participants