Reflected XSS
Reflected XSS, also known as non-persistent XSS, occurs when an attacker injects malicious code into a website and then tricks the victim into clicking on a specially crafted link that contains the injected code. When the victim clicks on the link, the malicious code is executed in the victim’s browser, allowing the attacker to steal…