Need help in redirecting to a url
Need some idea da,
To say exactly my requirement :
Need to write a client application which needs to redirect to web page:
1) To redirect to the home page , I am just using response.sendRedirect(website) and it is going fine. in this case the url is https://10.76.202.24/cus/showHome.do which is the homepage
2) This is the home page(https://10.76.202.24/cus/showHome.do) which requires username and password to be entered. After entering username and password , it goes to another page and after clicking another link in the page, it goes to the next page..and the url is
https://10.76.202.24/cus/showReport....ter%20Overview
So my requirement is I need to redirect to this page
https://10.76.202.24/cus/showReport....ter%20Overview
but on redirecting it goes to home page only (https://10.76.202.24/cus/showHome.do). But I am ready to give username and password credentials to directly to go to url https://10.76.202.24/cus/showReport....ter%20Overview but not sure how this can be done ?