标签: apache
我正在阅读mod_rewrite文档,但没有找到符合以下情况的示例。
用户将尝试对/ api / getCars使用GET请求。 在apache上,我需要将此请求更改为POST方法,更改为其他服务器,例如https://internal_server/getAllCars,并且需要在此请求的正文中添加一些内容,并将其作为x-www-form-urlencoded内容类型发送
我必须使用哪个apache模块来实现此行为。 有人可以提供任何例子吗?
谢谢