is
What is the primary difference between Cross-Site Scripting (XSS) and Cross-Site Request Forgery (CSRF)?
A. XSS involves executing scripts on the victim's browser, while CSRF forces the victim to perform actions
without their consent
B. CSRF involves executing scripts on the victim's browser, while XSS forces the victim to perform actions
without their consent
C. XSS and CSRF are synonymous terms and can be used interchangeably
D. Both XSS and CSRF involve gaining unauthorized access to the server