REST API Parameter value - case sensitivity
Summary
how to pass REST API Parameter value to GET result even when there is case mismatch?Content
I am using REST API to fetch Location data from Oracle Cloud. However, there are scenarios where in the value from source system doesn't match the case. Is there a way to modify my REST GET query parameter to fetch even if there is a case mismatch?
for Example, in cloud LocationCode is LONDON. I want the REST get method to return data even if I pass parameter value as London or london
How can I modify below query to make it case insensitive
0