Server XSS vs. client XSS
问题 What is a clear explanation of the difference between server XSS and client XSS? I read the explanation on the site of OWASP, but it wasn't very clear for me. I know the reflected, stored en DOM types. 回答1: First, to set the scene for anyone else finding the question we have the text from the OWASP Types of Cross-Site Scripting page: Server XSS Server XSS occurs when untrusted user supplied data is included in an HTML response generated by the server. The source of this data could be from the