Cross Site Scripting
Hi - As part of a security testing , one of the vulnerability identified in our system is that they can execute JavaScript alerts from generated URL.
Example : http://XXXXXX:12345/prweb/PRWebLDAP1/Kw_0Z8mslhfshkfhuwL8Q%5B%5B*/!STANDARD/'+alert(50)+'?
Is there any way we can stop executing this alerts even if it's there in url.
I have gone through the articles in PDN related to this but i have not find any resolution/ approach to this problem.