Return-Path: X-Original-To: apmail-jakarta-jmeter-user-archive@www.apache.org Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B06E62A0 for ; Fri, 29 Jul 2011 09:05:50 +0000 (UTC) Received: (qmail 60840 invoked by uid 500); 29 Jul 2011 09:05:50 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 60124 invoked by uid 500); 29 Jul 2011 09:05:47 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 60067 invoked by uid 99); 29 Jul 2011 09:05:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2011 09:05:41 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of sasidharsmit@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2011 09:05:35 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Qmj0N-0007RF-0F for jmeter-user@jakarta.apache.org; Fri, 29 Jul 2011 02:05:15 -0700 Date: Fri, 29 Jul 2011 02:05:15 -0700 (PDT) From: sasidharsmit To: jmeter-user@jakarta.apache.org Message-ID: <1311930315000-4646304.post@n5.nabble.com> In-Reply-To: <1311927835238-4646216.post@n5.nabble.com> References: <1311691569159-4635060.post@n5.nabble.com> <1311692621050-4635139.post@n5.nabble.com> <1311696893987-4635405.post@n5.nabble.com> <1311698763202-4635515.post@n5.nabble.com> <1311770193693-4638624.post@n5.nabble.com> <1311780490948-4639181.post@n5.nabble.com> <1311927835238-4646216.post@n5.nabble.com> Subject: Re: jp@gc - HTTP Raw Request for POST requests MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit At last, got a solution for this. Andrey, As you had mentioned in your earlier POST, I was comparing the Wireshark monitors for JMeter and HTTPRequestor. Everything was same, except that my JMeter request had a "Malformed Packet: GIF Image" in the HTTP section. So, I compared the HTTP section and found that there is a single difference between these two requests: The difference was "\r\n" (i.e.) one extra line space. So, instead of having a double line space between the header and the body, in JMeter, I used a single line space and .... voila!!....it worked! :-D So, everything works fine now. *Solution:* Use a single empty line space between the Headers and the body. Thanks for your support, Andrey. Cheers, Sasi -- View this message in context: http://jmeter.512774.n5.nabble.com/jp-gc-HTTP-Raw-Request-for-POST-requests-tp4635060p4646304.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org