Prasad,

Start off by taking a look at the HttpClient redirect guide

http://jakarta.apache.org/commons/httpclient/redirects.html

If the document does answer all your questions, get back to us 

Oleg

On Tue, 2004-05-25 at 22:46, Gowda, Prasad wrote:
> Hi guys,
> 
> I am using HttpClient for the first time. Wrote a program on the same lines
> as described in the tutorial
> section on the HttpClient documentation website
> 
> Here is the output I get when I invoked one of the URL's using the GetMethod
> 
> <HTML>
> <!-- File: redirectmeta.html -->
> <HEAD>
> <TITLE>Livelink - Redirection</TITLE>
> <META HTTP-EQUIV="Refresh" CONTENT="0;
> URL=/customapp/view/ASE_Roles.html?func=loadParentPage">
> </HEAD>
> </HTML>
> 
> Now my question, how do I get the HttpClient to go to this redirect url and
> retrieve the actual content.
> 
> Could any of you guide me to a website/book which has some examples and
> detailed documentation 
> 
> Any help in this regard is appreciated.
> 
> Thanks,
> Prasad
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to