Please suggest what is the best way to avoid cross scripting error in IE8 browser through Java code. I have already tried Setting the response object as response.setHeader("X-XSS-protection", "0") ; but this is not working for me. Whenever the control navigates from one page to another, it gets blocked because of cross scripting.
Discuss: Response Filter Servlet Examplekavita April 16, 2011 at 7:55 AM
I have an error while compiling ResponseFilterExample so what should i do to solve an error
javaayemyatmon June 10, 2011 at 9:00 AM
how to use Servlet filer
J2eeBipin Anghan June 22, 2011 at 11:44 AM
I like this comments.......... Thanks For giving me this type of blog.
How to avoid XSS cross scripting through Java codeAnkita August 1, 2012 at 2:20 PM
Please suggest what is the best way to avoid cross scripting error in IE8 browser through Java code. I have already tried Setting the response object as response.setHeader("X-XSS-protection", "0") ; but this is not working for me. Whenever the control navigates from one page to another, it gets blocked because of cross scripting.
Post your Comment