Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-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 8C996B1EA for ; Mon, 2 Jan 2012 17:08:53 +0000 (UTC) Received: (qmail 46273 invoked by uid 500); 2 Jan 2012 17:08:53 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 46190 invoked by uid 500); 2 Jan 2012 17:08:52 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 46177 invoked by uid 99); 2 Jan 2012 17:08:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jan 2012 17:08:52 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of flaviocysne@gmail.com designates 74.125.83.43 as permitted sender) Received: from [74.125.83.43] (HELO mail-ee0-f43.google.com) (74.125.83.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jan 2012 17:08:45 +0000 Received: by eekd4 with SMTP id d4so14427589eek.2 for ; Mon, 02 Jan 2012 09:08:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=TD+Dc575HUtvGXMrfd9Z6mPOtPVJAJwPR4LMQQJr1gM=; b=Bw2Wx9l2n+b05Q5Zk8Ggbx94NHuxRtsT/lj4fC8wCC/LysTyEGKM4485iaOK5FJpvq L4ZskNb6aLcKFGmvfhhW+Q9QImYLIiyixHGl44gN2ScA4Sb3OQe3Ue9eF5ugRP+NVLo6 mNG8n8X1lwvh3Q8AJS2u8HoRNJFXWN2NuYJgM= MIME-Version: 1.0 Received: by 10.204.153.211 with SMTP id l19mr6755807bkw.24.1325524105104; Mon, 02 Jan 2012 09:08:25 -0800 (PST) Received: by 10.204.35.19 with HTTP; Mon, 2 Jan 2012 09:08:25 -0800 (PST) In-Reply-To: References: Date: Mon, 2 Jan 2012 14:08:25 -0300 Message-ID: Subject: Re: http request...passing data set from one http request to another. From: Flavio Cysne To: JMeter Users List Content-Type: multipart/alternative; boundary=0015175ccf5e6d0d3404b58ea1c4 X-Virus-Checked: Checked by ClamAV on apache.org --0015175ccf5e6d0d3404b58ea1c4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Annie, add a Regular Expression Extractor to set a variable value with this data set, and use it as a request parameter value onto the next http request. Hope it helps you. Fl=E1vio Cysne 2012/1/2 Annie L > > Hi all, > > I have a http request that would give me a data set which I need to be > > able to pass that onto the next http request. I can't figure out how t= o > do > > it in jmeter. Anyone has any idea? > > Thank you, > > Annie > > > --0015175ccf5e6d0d3404b58ea1c4--