My route is
"Routes": [
{
"RouteId": "routegreen",
"ClusterId": "clustergreen",
"Match": {
"Path": "/api/myendpoint"
}
}
It is not matched for requests going to /api/MyEndpoint
. Is it possible to make it case insensitive?