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

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

Open
mikepizzo opened this issue Sep 29, 2022 · 1 comment
Open

Comments

@mikepizzo
Copy link
Contributor

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 mikepizzo changed the title Jetsons don't support whitespace between path ? and querystring Jetsons dosen't support whitespace between path ? and querystring Sep 29, 2022
@mikepizzo mikepizzo changed the title Jetsons dosen't support whitespace between path ? and querystring Jetsons doesn't support whitespace between path ? and querystring Sep 29, 2022
@mikepizzo
Copy link
Contributor Author

mikepizzo commented Oct 6, 2022

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.

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

No branches or pull requests

1 participant