Hi,
how to get ORDS to ignore any limit/offset parameters in the url ?
Handler is PLSQL for a get request but ORDS gives me a 400 when i include offset or limit in the query string.
Unfortunately i can not change the code of the requesting service to change limit to _limit.
thanks in advance