我可以登录并注销到系统并且工作正常,重现它我需要执行以下步骤:
GET /
POST /(登录数据)
-Response:位置/ painel
GET / painel /
此时我已登录,然后手动:
GET /
-Response:位置/ painel(服务器将我重定向回仪表板,因为我已登录)
现在我要尝试注销
GET /注销
-Response:位置/
GET / painel
-Response:位置/
GET / painel
-Response:位置/
此时我陷入了循环,服务器不断发送Location /和firefox重定向到/ painel。 这是firebug截图。
为什么firefox这样做?