Sunil,

Since POST requests may not be redirected, your only option is to read
the response from host X inside servlet-A, process it (if required) and
send it to the client. 

Does anyone see it differently?

Cheers

Oleg


On Mon, 2003-02-24 at 16:18, Sunil Kumar K wrote:
> Hi Group,
> 
> Advice me how to implement this requirement of mine. I've seen other sites
> doing this...
> 
> User is viewing site A, requests a Servlet-A on host A. Servlet-A processes
> the requests and passes the data to set of  java classes, which process them
> and send HTTP POST request message to different URL on host X. I use
> Httpclient to send the post message to URL on host X.
> Should I get the response and print ito user or is there a mechanism for
> site on host X to display the response.
> 
> thanks in advace..
> 
> cheers
> Sunil
> 
> 
> --------------------------------------------
> "Assumption is the mother of all screw-ups"
> --------------------------------------------
> 
> 
> 
> ---------------------------------------------------------------------
> 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