The RequestFactory version of GWT RPC XSRF protection
30 views
Skip to first unread message
Alexander Orlov
unread,
Nov 7, 2011, 11:41:14 AM11/7/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
There is the GWT RPC XSRF protection to make GWT apps more secure. I know that RequestFactory isn't using "GWT RPC" although RF is using JSON to communicate with the backend just like GWT RPC does.
So does RF has a built-in XSRF protection or do I have to use a server-side token to prevent any unauthorized requests to the database?