apiaryio / apiblueprint.org

API Blueprint Website
https://apiblueprint.org/
MIT License
19 stars 42 forks source link

Double-encoding of url query parameters #36

Open hasghari opened 8 years ago

hasghari commented 8 years ago

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 commented 7 years ago

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?