A common method to sanitize user input and prevent XSS is using ________ encoding.
- Base64
- HTML
- URL
- XSS
HTML encoding helps prevent XSS attacks by converting special characters to their HTML entities, making them harmless.
Loading...
Related Quiz
- For advanced debugging and logging, developers can utilize the ________ directory in CodeIgniter.
- In advanced security measures, ___________ is/are used to monitor and analyze database traffic for signs of SQL injection.
- In OAuth, ________ ensures that tokens are only sent over HTTPS connections to protect against man-in-the-middle attacks.
- To view detailed benchmarking data in CodeIgniter, the ________ method must be enabled in the controller.
- Which CodeIgniter Helper is commonly used for form generation and validation?