nginx rewrite之后post参数丢失问题

Posted sane_gao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx rewrite之后post参数丢失问题相关的知识,希望对你有一定的参考价值。

系统改版,请求链接发生了变化,为了兼容旧用户的请求,做了rewrite的处理

但是发现post请求参数丢失的现象

后面发现可以通过return 307来替换rewrite的写法解决这个问题

要点主要在于http的307返回码定义:

https://tools.ietf.org/html/rfc2616#section-10.3.8

记录下来下

 

https://tools.ietf.org/html/rfc2616#section-10.3.8

以上是关于nginx rewrite之后post参数丢失问题的主要内容,如果未能解决你的问题,请参考以下文章

nginx rewrite post问题

Apache Mod_Rewrite - 重定向丢失 POST 数据 - 405 错误

nginx rewrite 301 跳转 post 请求失效问题解决

nginx rewrite arg 带问号的地址转发参数处理?Nginx重定向的参数问题

使用 nginx rewrite 传递参数

Nginx Rewrite 更改url参数