You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
changed the title
Jetsons dosen't support whitespace between path ? and querystring
Jetsons doesn't support whitespace between path ? and querystring
Sep 29, 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.
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
The text was updated successfully, but these errors were encountered: