To enhance security, a developer implements a feature that checks the referrer header and token validity. This technique is known as ________.
- CSRF Protection
- Cross-Origin Security
- Header Validation
- Token Authentication
This technique is known as CSRF (Cross-Site Request Forgery) protection, where the referrer header and token validity are checked to prevent unauthorized form submissions.
Loading...
Related Quiz
- Which of the following is a common practice to secure file uploads?
- Which protocol is commonly used for sending emails programmatically from a web application?
- What is the impact of using the 'strict' mode in CodeIgniter transactions?
- A CodeIgniter application needs to integrate a complex third-party library for analytics. The primary challenge faced is __________.
- How does CodeIgniter's logging mechanism assist in identifying security issues?