Nice tip to follow while developing Web services
Posted: Saturday, September 25, 2010 by Unknown in Labels: Coding practises/Programming
0
things which are blown up in the quest for knowledge
It is always help full to add following content type/headers while sending a response to browser
response.setContentType("text/html;charset=UTF-8"); (For the sake of multi-language support )
response.addHeader("Cache-Control", "no-cache, no-store, must-revalidate"); (For the sake of IE-6)