CodeIgniter Forums
CSRF and Webkit - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: CSRF and Webkit (/showthread.php?tid=62881)



CSRF and Webkit - V I R U S - 09-04-2015

Hello everyone,

i'm trying to use CSRF to prevent multiple postings on POST request (Try to submit a form by clicking multiple times on send button).

Yeah, that seems to work, and throwing an error message if it was send multiple times, but... It doesn't work on webkit. Firefox works like a charm.

In both, Firefox and Chrome i see the hidden field (Dev tools or Firebug), but he check don't work.

Anyone noticed the same?!