Re: Status Code 302 Found

2004-03-10 Thread Khong Fong Tze
Hi, Thanks for reply. I upgraded HttpClient to version 2.0. However, it doesn't make a difference. I am still having the status code 302 Found returned from the 3rd party host. Any other suggestions? Regards, Fong Tze Hi Fong Tze, 2.0 alpha3 had some serious issues, especially

Re: Status Code 302 Found

2004-03-10 Thread Oleg Kalnichevski
2.0. However, it doesn't make a difference. I am still having the status code 302 Found returned from the 3rd party host. Any other suggestions? Regards, Fong Tze Hi Fong Tze, 2.0 alpha3 had some serious issues, especially related to 100-continue handling. The final

Status Code 302 Found

2004-03-09 Thread Khong Fong Tze
:- statusCode = client.executeMethod(method) always returns me status code 302 Found. The Location response header reads as this:- Location: https://xxx.xxx.xxx/?err_code=0err_desc=No+Error2C+refer+to+status+code+for+detailmerchant_id=; Both environments are using the same version

Re: Status Code 302 Found

2004-03-09 Thread Michael Becke
:- statusCode = client.executeMethod(method) always returns me status code 302 Found. The Location response header reads as this:- Location: https://xxx.xxx.xxx/? err_code=0err_desc=No+Error2C+refer+to+status+code+for+detailmerchant _id= Both environments are using the same version