302 redirect from javascript to servlet
Hello ,
I am currently facing a strange behavior on dispatcher publish URL
1>When i hit the servlet path from JavaScript say /bin/servletpath , I get 200 status response from servlet
2>Now 2nd time when I hit the same path using JavaScript say /bin/servletpath, it does not hit the servlet .Instead the server sends 302 as status response.
What could I do to resolve this issue. Not sure where to look into for this??
Regards,
Srinivas