Codeigniter 2.0 CSRF Problem |
[eluser]lennierb5[/eluser]
This really is only a problem with the initial login since all the links after that use the base_url. Since most sites can be accessed by www.thedomain.com , thedomain.com and sometimes their direct IP address I figured there would be something built into CI to recognize this. If the DNS doesn't resolve I still want users to be able to access the site via IP address if need be. I guess for this to work I will have to use the code above or disable the CSRF protection. |
Messages In This Thread |
Codeigniter 2.0 CSRF Problem - by El Forum - 12-04-2010, 04:16 PM
Codeigniter 2.0 CSRF Problem - by El Forum - 12-04-2010, 05:19 PM
Codeigniter 2.0 CSRF Problem - by El Forum - 12-04-2010, 06:49 PM
Codeigniter 2.0 CSRF Problem - by El Forum - 12-05-2010, 07:30 AM
Codeigniter 2.0 CSRF Problem - by El Forum - 12-05-2010, 09:37 AM
Codeigniter 2.0 CSRF Problem - by El Forum - 12-05-2010, 10:31 AM
Codeigniter 2.0 CSRF Problem - by El Forum - 12-06-2010, 07:20 AM
Codeigniter 2.0 CSRF Problem - by El Forum - 12-06-2010, 11:25 AM
|