oasis-open / odata-rapid

Rapid - Specification, tools and libraries to support the development and adoption of simple REST-based APIs.
https://rapid.rocks
Apache License 2.0
16 stars 8 forks source link

Jetsons doesn't support whitespace between path ? and querystring #421

Open mikepizzo opened 1 year ago

mikepizzo commented 1 year ago

Execute the following request:

https://jestons.azurewebsite/net/company? $expand=employees

Expected: The top level company and its employees

Result: Everything after the ? is ignored

mikepizzo commented 1 year ago

same is true with spaces after & in querystring per abnf, whitespace is significant -- our abnf says don't send newlines, spaces around equals, ?, &. spaces after ? and & become part of the query option tab, carriage return, and newline seem to be ignored

We could pretty print in API-Explorer, but "clean it up" before sending.