Cross site scripting attack and types. How to prevent web apps from XSS?
What is Cross Site Scripting(XSS)? XSS attacks are a type of code injection attack in which an attacker injects malicious code onto a trusted website. The script is sent via a web application, a browser-side script, or an injected link. When the user clicks on the link, the script is executed by the browser. However, if the attack is successful, the attacker will be notified and will be able to… Read More »Cross site scripting attack and types. How to prevent web apps from XSS?