码迷,mamicode.com
首页 > 其他好文 > 详细

nginx rewrite之后post参数丢失问题

时间:2020-01-17 10:02:51      阅读:609      评论:0      收藏:0      [点我收藏+]

标签:section   ref   turn   来替   rfc   http   通过   系统   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参数丢失问题

标签:section   ref   turn   来替   rfc   http   通过   系统   post   

原文地址:https://www.cnblogs.com/amoy9812/p/12204177.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!