POST method getting converted to GET in IE-9

前端 未结 4 2088
余生分开走
余生分开走 2020-12-16 15:27

I have this line of code in my JSP. (I\'m using struts 1.3)

. . .

When the act

4条回答
  •  心在旅途
    2020-12-16 15:38

    We have noticed that there are some security warnings that halt the processing in order for the user to acknowledge. Once the use acknowledges the warning the browser sends a get rather than a post. This has been happening in IE8, not sure if it still happens in IE9.

提交回复
热议问题