Hi,

I think I should explain you the problem at hand clearly.

Users come to our site A and provide some information on page N.
Our application should process the information and depending on the user
should send POST data to other URLs. Those URLs are supposed to
receive dat and display their page back. So users are being redirected to
diff site page. I'm using httpclient to send POST message. Should I
need to get the response back and display it OR sending POST message
is enough and browser will get new page from site B.

Thanks in advance!

regards
Sunil

----- Original Message -----
From: "Kalnichevski, Oleg" <[EMAIL PROTECTED]>
To: "Commons HttpClient Project" <[EMAIL PROTECTED]>;
"Sunil Kumar Kolar" <[EMAIL PROTECTED]>
Sent: Wednesday, May 28, 2003 12:52 PM
Subject: RE: Redirect Issue


Sunil,

'Set-Cookie: DOMS=; PATH=' cookie is rejected as it violates the RFC2109
specification.

Here's what you should do to work the problem around:

1) Upgrade to the latest nightly build (commons-httpclient-20030527.tar.gz)

http://cvs.apache.org/builds/jakarta-commons/nightly/commons-httpclient/

2) Use compatibility cookie policy. See examples below

http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/src/examples/CookieDemo
App.java?rev=HEAD&content-type=text/vnd.viewcvs-markup

That should help

Cheers

Oleg

---------------------------------------------------------------------
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