Kizspy | Question: 24
(Choose 1 answer)
What is the most effective way to prevent Reflected XSS vulnerabilities?
A. Implement input validation and sanitize all user input before reflecting it back to the user.
B. Use a web application firewall (WAF) to block malicious traffic.
C. Educate users about the risks of clicking on links and opening attachments from unknown sources.
D. Update the web application framework and libraries to the latest versions.