Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I am accessing a web page using java.net.URL class. But that page redirects to some other page. How can I find URL of the redirected page?
for eg:
I wanted to access this page
Let us suppose this page redirects to
page.
I get the InputStream of the redirected page.
How can I find the URL of redirected ( i.e. login.htm ) page?
Is there any method to find this ? Please help me?
Thanks in advance,
V.Thandava Krishna.
I am accessing a web page using java.net.URL class. But that page redirects to some other page. How can I find URL of the redirected page?
for eg:
I wanted to access this page
Let us suppose this page redirects to
page.
I get the InputStream of the redirected page.
How can I find the URL of redirected ( i.e. login.htm ) page?
Is there any method to find this ? Please help me?
Thanks in advance,
V.Thandava Krishna.