标签: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
标签:section ref turn 来替 rfc http 通过 系统 post
原文地址:https://www.cnblogs.com/amoy9812/p/12204177.html