How you can enable csrf (cross site request forgery) in codeigniter?
Answer / Prashant Tiwari
In CodeIgniter, CSRF protection is enabled by default. However, if you need to disable it temporarily for certain situations, you can use the `$config['csrf_protection'] = FALSE;` line in your controller.
| Is This Answer Correct ? | 0 Yes | 0 No |
How you will use or add codeigniter libraries?
What is hooks and how we can configure hooks in codeigniter?
What are the helpers in codeigniter?
Explain how you can enable csrf (cross site request forgery) in codeigniter?
What is plugin in codeigniter?
What is base url in codeigniter?
Is codeigniter easy to learn?
How to install codeigniter? Explain step by step.
How do I find out the id of the row I just inserted?
What are the xss security parameters?
How do I embed views within views?
List databases supported by codeigniter frameworks?