GWT RPC - Does it do enough to protect against CSRF?

前端 未结 4 1869
野性不改
野性不改 2021-02-05 21:21

UPDATE : GWT 2.3 introduces a better mechanism to fight XSRF attacks. See http://code.google.com/webtoolkit/doc/latest/DevGuideSecurityRpcXsrf.html


4条回答
  •  甜味超标
    2021-02-05 22:02

    I'm not sure, if there's an easy way (I'd be extremely interested in finding that out, too!), but at least there seem to be some advanced ways to achieve arbitrary cross site requests with arbitrary headers: http://www.springerlink.com/content/h65wj72526715701/ I haven't bought the paper, but the abstract and introduction do sound very interesting.

    Maybe somebody here already read the full version of the paper, and can expand a little bit?

提交回复
热议问题