Replies: 1 comment
-
@Incursus, this repository is specific to the developer portal only. Please, reach out to Azure support for assistance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Apologies if this was asked before, my search yielded no results.
Our team is introducing versions to our APIs. If we introduce API versioning with the Query Parameter scheme, how do we make the version case insensitive?
Example:
In the example above, querying with the query string parameter 'preview' (lower case) instead of 'Preview' would result in 404 not found status code.
We tried transformation policies as described in Azure docs but that didn't help.
Any other ideas or is this just the way versioning was designed? Any help or pointing in the right direction would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions