Return-Path: Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: (qmail 85103 invoked from network); 24 Apr 2008 13:10:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2008 13:10:28 -0000 Received: (qmail 59475 invoked by uid 500); 24 Apr 2008 13:10:29 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 59138 invoked by uid 500); 24 Apr 2008 13:10:29 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 59125 invoked by uid 99); 24 Apr 2008 13:10:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 06:10:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thboileau@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 13:09:44 +0000 Received: by nf-out-0910.google.com with SMTP id b11so1210833nfh.48 for ; Thu, 24 Apr 2008 06:09:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=UgCKOw7c2dgE4xW+Upc+NPwcioI6qk6MX1UIcjcOsXs=; b=nwNd8lLFSGgfig+MdNFUQwpB32vhv+hGfeYnco/yt3MDFDmLqn3Wmvi+kGv75MqP6TBEzoQ0S+LesXfD9/nUuiNUzCRFs/JBoNbMaF9TNLOze99wnUqJRSXy4heouKtbL8nGiv3KOZjHaNrYoHdFFj2btE+gMlo14CWnreIUjiQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=V0YCNlROaBAYazhpbFWL8y2DbUGZS5FqNZSLekFtz11+5YnPG51uSRptJtpZBx2YR83eBONVHZlY4ro+J0mVUQyznpXRAuiOo6pbYAPEBVXVXUEcj9/6qRCy6ZJ21qoSgWe3Yf5TkU+CjTJgCPp5AjlDluIzIEqugyBSgUomesw= Received: by 10.210.104.20 with SMTP id b20mr802455ebc.149.1209042596787; Thu, 24 Apr 2008 06:09:56 -0700 (PDT) Received: from ?192.168.0.102? ( [81.67.81.215]) by mx.google.com with ESMTPS id s10sm587333mue.15.2008.04.24.06.09.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 24 Apr 2008 06:09:55 -0700 (PDT) Message-ID: <48108697.1070202@gmail.com> Date: Thu, 24 Apr 2008 15:09:43 +0200 From: Thierry Boileau User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: HttpClient User Discussion Subject: Re: Sending a list of Strings in request References: <13cb99320804240606q17453444xdb59cfdf250912b6@mail.gmail.com> In-Reply-To: <13cb99320804240606q17453444xdb59cfdf250912b6@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, you can POST a String representation of the list, or POST a Web form that represents your list of IDs. best regards, Thierry Boileau > Hi folks, > > please any one like to suggest me some way to sending a list of Stings to > server from client ? > > I get a situation in which i have to send a list of IDs to server for > proccessing based on this list. > > --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org