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 play-fr...@googlegroups.com
Hey,
I'm using the CSRF Filters for forms. I'm wondering if there is a way to configure it so that it uses a hidden field rather than a query string parameter? I don't wish to have to token shown in the browser URL when there's a form failure. I'm submitting the form using POST.
Cheers,
marchaos
avik
unread,
Dec 12, 2013, 7:26:19 AM12/12/13
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 play-fr...@googlegroups.com
You've probably already seen this, but there is a way to do this from Play 2.2 onwards. The 2.2.x docs have a dedicated section on CSRF protection, and there they demonstrate how their template helper now supports including the CSRF token as a hidden field.