POST method getting converted to GET in IE-9

前端 未结 4 2081
余生分开走
余生分开走 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:34

    Try this: method="POST".

    The standard specifically states that method can have the value GET | POST (note the caps).

提交回复
热议问题