For example I have a handler MyPage.ashx?parameter=1¶meter=2
if someone added to the end of the url <script>alert('Test')</script>
MyPage.ashx?parameter=1¶meter=2<script>alert('Test')</script>
javascript will be executed on client side
Is there anyway to clean url from cross-site scripting?