10-05-2012, 02:52 AM
El Forum
10-05-2012, 03:52 AM
[eluser]DaveLittle[/eluser]
I'm pretty sure that Codeigniter automatically validates the CSRF (although I could be wrong)
If you use the form helper and use: form_open() it will automatically give you the csrf in a hidden input, on my website if the CSRF is wrong, or not existance, Ajax throws back error 500
I'm pretty sure that Codeigniter automatically validates the CSRF (although I could be wrong)
If you use the form helper and use: form_open() it will automatically give you the csrf in a hidden input, on my website if the CSRF is wrong, or not existance, Ajax throws back error 500
El Forum
10-05-2012, 04:14 AM
[eluser]Keinstah[/eluser]
yeah im getting error 500 in chrome but in firefox its good.
i even tried echoing $_POST and there's csrf post.
yeah im getting error 500 in chrome but in firefox its good.
i even tried echoing $_POST and there's csrf post.
El Forum
10-05-2012, 04:25 AM
[eluser]Unknown[/eluser]
I’m dam sure that Codeigniter automatically validates the CSRF..
I’m dam sure that Codeigniter automatically validates the CSRF..
El Forum
10-05-2012, 04:29 AM
[eluser]Keinstah[/eluser]
im not sure if its only my browser's cookie fcked up, because i tried it on other pc it works fine.
im not sure if its only my browser's cookie fcked up, because i tried it on other pc it works fine.