Return-Path: Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@www.apache.org Received: (qmail 14635 invoked from network); 16 Feb 2004 11:21:23 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Feb 2004 11:21:23 -0000 Received: (qmail 92439 invoked by uid 500); 16 Feb 2004 11:20:54 -0000 Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@jakarta.apache.org Received: (qmail 92421 invoked by uid 500); 16 Feb 2004 11:20:54 -0000 Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Commons HttpClient Project" Reply-To: "Commons HttpClient Project" Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 92400 invoked from network); 16 Feb 2004 11:20:53 -0000 Received: from unknown (HELO web8205.mail.in.yahoo.com) (203.199.70.126) by daedalus.apache.org with SMTP; 16 Feb 2004 11:20:53 -0000 Message-ID: <20040216112106.60556.qmail@web8205.mail.in.yahoo.com> Received: from [202.88.222.7] by web8205.mail.in.yahoo.com via HTTP; Mon, 16 Feb 2004 11:21:06 GMT Date: Mon, 16 Feb 2004 11:21:06 +0000 (GMT) From: =?iso-8859-1?q?hareesh=20babu?= Subject: Cookie Problem To: commons-httpclient-dev@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I am working on xxxx website using apache commons library of http client. I was able to login into the xxxx website using my code and not able navigate into xxxx website. I was facing one problem with apache http client at cookie assumption. xxxx website is sending cookie like this way, Set-Cookie: usr2_xxxx_com=jzu,aa,czj,dm;path=/;domain=.xxxx.com; But apache http client is dividing the cookie into 4. "Cookie: usr2_xxx_com=jzu[\r][\n]" "Cookie: aa=[\r][\n]" "Cookie: czj=[\r][\n]" "Cookie: ON_VAT2=@@@@103556810351170501155924063287@@@@[\r][\n]" "Cookie: dm=[\r][\n]" So next when I send a new get method it sending the xxxx website 4 cookies instead of one. I am thinking due this problem I was not able to navigate into xxxx website. Http client lib i am working on http://mirrors.xtria.com/apache/jakarta/commons/httpclient/source/commons-httpclient-2.0-rc3-src.zip Suggest me if am thinking right. Hareesh. ________________________________________________________________________ Yahoo! India Insurance Special: Be informed on the best policies, services, tools and more. Go to: http://in.insurance.yahoo.com/licspecial/index.html --------------------------------------------------------------------- To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org