POST method getting converted to GET in IE-9

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

    TL;DR: Ensure the two sites are in the same zone as well. I had sites in two different zones and calling up the zone stack broke IE.

    For anyone that stumbles across this (like I did), but finds that the Protected Mode setting doesn't resolve it, I wrote this up on another thread: https://stackoverflow.com/a/12167814/649249

    Resolved it for me.

提交回复
热议问题