Welcome Guest, Not a member yet? Register   Sign In
CSRF Problem
#1

[eluser]benjamin[/eluser]
Hi all,

Upon submitting forms, a client (Windows XP - tried on IE, Firefox and Chrome) of ours keeps getting:

Code:
An Error Was Encountered
The action you have requested is not allowed.

...indicating a CSRF problem. I have not been able to reproduce this error myself. The client's browser is configured to accept cookies ('accept all') and the system clock is set correctly. We are not relying on Ajax (just performing a plain old form submit).

config.php:

Code:
$config['csrf_token_name'] = 'csrf_pp';
$config['csrf_cookie_name'] = 'csrf_pp';
$config['csrf_expire'] = 220000;

Like I said, I haven't been able to reproduce this error - no matter how hard I try (switching browsers etc). Using CI 2.1.0
Any thoughts?


Messages In This Thread
CSRF Problem - by El Forum - 12-01-2011, 06:22 AM
CSRF Problem - by El Forum - 03-01-2012, 05:30 PM
CSRF Problem - by El Forum - 03-01-2012, 11:36 PM
CSRF Problem - by El Forum - 03-05-2012, 03:15 PM
CSRF Problem - by El Forum - 03-12-2012, 05:47 PM
CSRF Problem - by El Forum - 03-13-2012, 12:17 AM
CSRF Problem - by El Forum - 03-13-2012, 02:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB