我的路线是
"Routes": [
{
"RouteId": "routegreen",
"ClusterId": "clustergreen",
"Match": {
"Path": "/api/myendpoint"
}
}
它不匹配去往 的请求/api/MyEndpoint
。是否可以使其不区分大小写?
我的路线是
"Routes": [
{
"RouteId": "routegreen",
"ClusterId": "clustergreen",
"Match": {
"Path": "/api/myendpoint"
}
}
它不匹配去往 的请求/api/MyEndpoint
。是否可以使其不区分大小写?