Results 1 to 2 of 2
- 09-27-2010, 12:20 PM #1
Member
- Join Date
- Sep 2010
- Posts
- 16
- Rep Power
- 0
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 ?
- 09-27-2010, 12:52 PM #2
Similar Threads
-
Need help in redirecting to a site directly surpassing credentials.
By umapathy_sekar in forum Advanced JavaReplies: 0Last Post: 09-24-2010, 06:11 AM -
Redirecting output at Thread level
By beezerbutt in forum Advanced JavaReplies: 8Last Post: 02-14-2009, 11:19 PM -
Is Apache Tomcat webserver redirecting http request to another webserver
By barunva in forum Web FrameworksReplies: 1Last Post: 10-21-2008, 09:21 AM -
Redirecting HTTP request to another webserver
By barunva in forum NetworkingReplies: 0Last Post: 10-21-2008, 08:50 AM -
how to get empty fields when redirecting to previous page
By sireesha in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 09-09-2008, 07:51 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks