I have a jsp (test1.jsp
) which has a code response.sendRedirect("xxx/jsp/test2.jsp");
when i access it with akamai url, it is redirecting to origin server.
http://akamai.domain/xxx/jsp/test1.jsp
redirects to
http://origin.domain/xxx/jsp/test2.jsp
can some one advise what has to be done to fix it?