CodeIgniter's implementation of ________ tokens is an effective measure against CSRF attacks.
- CSRF
- Form
- Random
- Security
CodeIgniter uses CSRF (Cross-Site Request Forgery) tokens to protect against CSRF attacks. These tokens are unique and specific to each user session, making it difficult for attackers to forge requests on behalf of users.
Loading...
Related Quiz
- What is the primary security concern when allowing file uploads in a web application?
- In high-risk transactions, payment gateways might implement ________ as an additional verification step.
- How does CodeIgniter handle database configuration for different environments (development, testing, production)?
- In a scenario where a CodeIgniter application needs to switch databases based on user roles, the database switching is typically done in the ________.
- Custom libraries in CodeIgniter are typically loaded using the ________ function in the controller.