isapi - How to implement URL filtering of classic asp pages -


greetings!

i have website classic asp pages in iis 6.0. i'm trying implement url filtering of .asp requests avoid cross-site scripting attacks in url. please let me know ways can implemented.

i have written common function , calling function each page.(not best practice).

any appreciated.

have tried using server.htmlencode() on request.form or request.querystring used on asp pages.

in addition parametering sql variables may help


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -