Making a published rest service case insensitive?

0
Hello, I’m working on an app where i have to pass through rest calls from one service to the other.  The problem i’m encountering is this:  We have a GET call that accepts query parameters, but when a user would send incorrect syntax for the query (example: SupplierId instead of supplierId), mendix seems to think that it is the same as getting no query at all and sends the call to the second service without the query. Does anybody know  a way around the case sensitivity that is in the published rest services?  The current solution i’m thinking of is creating extra query parameters to catch the other possibilities but that seems like a lot of pointless work since one party can still send the wrong thing and this could again return all data. Thanks in advance, Wouter
asked
0 answers