dongyun51582 2018-01-26 10:24
浏览 745

使用Post方法重定向Beego

I want to redirect the url using the POST method.

The code is usually using this.Redirect("/", 302).

This time, I want something like post url which should redirect to that page.

Is this possible with Beego?

Thanks.

  • 写回答

1条回答 默认 最新

  • dpp42324 2018-01-26 15:37
    关注

    Beego's Redirect takes a http code, you're just using the wrong one. You want 307 to force the request method to be the same as the original one.

    this.Redirect("/", 307)
    

    Most clients and browsers issue a GET on the 302 target, which was actually contrary to the RFC.

    Due to this, 303 and 307 were introduced:

    • 303: clients must use a GET request
    • 307: clients must use the original method (eg: POST if a POST was originally used)
    评论

报告相同问题?

悬赏问题

  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料