我有一组具有通用基本 uri 的 URI,其中相对 uri 的第一段需要转换为各种端口:
http://base-uri/service1/* => http://base-uri:3000/service1/*
http://base-uri/service2/* => http://base-uri:3001/service2/*
GET 和 POST 都将定向到这些 URI。
是否可以配置 IIS 7.5 URL 重写规则,以便 POST 请求继续是 POST ?(即未翻译为 GET )