98. Differentiate XSS Stored from XSS Reflected?
Saved XSS Attacks - These are attacks in which the injected scripts are persistently stored on the target servers. When the victim requests information from the server, the malicious script is downloaded.Reflected XSS Attacks - In this attack, the user must first send the request, after which it will run on the victim's browser and return the results to the user who sent the request.