Is this a question?
pathRewrite is case sensitive. Is there a way to specify to ignoreCase?
Is this a bug report?
No
Is this a feature request?
No
Steps to reproduce
currently if we specify the pathRewrite object with key paths are '^/api/v1/CaseInSenSITIVEFragement' : '/api'
the proxy matches only if case sensitivity exactly matches... how to tell the proxy to ignore case...