Darrell,
In computing things rarely happen by the Lord's will. The redirect
location must be communicated with the HTTP response one way or another.
You should be able to see what exactly gets transmitted across the wire
by using an HTTP traffic sniffer or by activating the wire/debug logging
in HttpClient. See the HttpClient logging guide for details
<http://jakarta.apache.org/commons/httpclient/logging.html>

If you post the wire log, you might be able to explain why you are
having these problems with redirects

Oleg

On Wed, 2004-01-14 at 19:45, Darrell Bechtel wrote:
> Hi all,
> 
> I have 2 problems I am stuck on. The first is when sending my parameters
> using the postMethod I can retrieve the cookie but the redirect being
> captured with the location key is truncated. All I am getting is
> <http://pub.supercom.ca/> http://pub.supercom.ca/ , which should have
> 
> /web/dealprom.nsf/DealerAccess?OpenPage&amp;Login added to the end. I am
> 
> not sure this is a bug or not. The other problem is when using mozilla I am
> using a header plugin to capture all the headers and the browser is
> redirected to the previous site after that the browser is redirected again
> but no location key is in the header and I am unable to detect how the
> browser knows to redirect.
> 
> thanks for any info that may solve these problems 
> 
>  
> 
> Darrell Bechtel B.G.S., MSCE
> Computer Sales / Technical Support
> www.csdepot.com
> 583 King St. N.
> Waterloo, ON
> N2V 2E5
> (519) 747-5423 
> 
>  


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

Reply via email to