_________ encoding is a common technique to prevent XSS by converting special characters into HTML entities.
- Base64
- HTML
- URL
- UTF-8
HTML encoding is a common technique to prevent XSS by converting special characters into HTML entities, making it difficult for attackers to inject malicious scripts.
Loading...
Related Quiz
- How should an HTTP servlet respond to a request with an If-Modified-Since header older than the content's last modification date?
- Can a filter modify the request and response objects?
- In Java, the __________ collector is used for young generation garbage collection.
- The sequence of filters applied to a request is determined by the order of __________ in the web.xml file.
- A filter is implemented to log request details. Where should this logging take place in the filter's methods?