Re: Facing Issues in performing multiple posts over a secure(HTTPS) connection

2008-12-03 Thread Vishwas Babu
Hi sebb / Oleg, Thanks for the help and suggestions, The actual issue was with the second URL itself - 1) I was obtaining the URL for the second POST by parsing the response for the first GET , here the '' symbol in the URL was being encoded to 'amp' ,hence the second POST was made to

Re: Facing Issues in performing multiple posts over a secure(HTTPS) connection

2008-11-30 Thread Oleg Kalnichevski
Vishwas Babu wrote: Hi, I am trying to make multiple posts over a https channel (basically fill out an interview process).The first post works fine and the desired response is obtained from the server, however the second post is causing an internal Error on the remote server, assuming that

Re: Facing Issues in performing multiple posts over a secure(HTTPS) connection

2008-11-30 Thread Vishwas Babu
Hi Oleg, Thanks for the reply, please find the log below Thanks and Regards, Vishwas 0 [main] DEBUG org.apache.http.impl.client.ClientParamsStack - 'http.protocol.max-redirects': null 0 [main] DEBUG org.apache.http.impl.client.ClientParamsStack - 'http.route.forced-route': null 0 [main]

Re: Facing Issues in performing multiple posts over a secure(HTTPS) connection

2008-11-30 Thread sebb
On 30/11/2008, Vishwas Babu [EMAIL PROTECTED] wrote: Hi Oleg, Thanks for the reply, please find the log below Thanks and Regards, Vishwas I could be wrong, but it looks to me as though the redirect for the second POST is causing the problem. The sequence is: POST

Facing Issues in performing multiple posts over a secure(HTTPS) connection

2008-11-28 Thread Vishwas Babu
Hi, I am trying to make multiple posts over a https channel (basically fill out an interview process).The first post works fine and the desired response is obtained from the server, however the second post is causing an internal Error on the remote server, assuming that the post data and