| 1. |
What Is The Main Point Of Consideration When It Comes To The Differences Between The Stored Xxs And The Reflected Xss? |
|
Answer» In CASE of Stored XXS, since Stored XXS is stored in a page which is static, THUS, it is directly pulled out and displayed to the user directly as per needed. On the other hand, in Reflected XXS, the user has to SEND a request first. Now, this request will START running on the browser of the victim’s computer and then will reflect the results back from the website or the browser to the user who has sent the request. In case of Stored XXS, since Stored XXS is stored in a page which is static, thus, it is directly pulled out and displayed to the user directly as per needed. On the other hand, in Reflected XXS, the user has to send a request first. Now, this request will start running on the browser of the victim’s computer and then will reflect the results back from the website or the browser to the user who has sent the request. |
|