Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 55181 invoked from network); 7 Dec 2007 15:55:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2007 15:55:16 -0000 Received: (qmail 75465 invoked by uid 500); 7 Dec 2007 15:55:01 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 75450 invoked by uid 500); 7 Dec 2007 15:55:01 -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 75439 invoked by uid 99); 7 Dec 2007 15:55:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2007 07:55:00 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of matt.carbone@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2007 15:54:39 +0000 Received: by py-out-1112.google.com with SMTP id a25so1535292pyi for ; Fri, 07 Dec 2007 07:54:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=xxVlAJcXAzCVabPpWiKnZOAjpVZbmxCmpSS3GCiLN3c=; b=qZeDJ8BjtAhnhlB5sHqAmzG23x0zQXtl+WARAbqyN2FDcxoH3VRvjkHPiYMJJ+jlaUAvYD57sS8K1/SD8a5rZGeU2b+62GQzDtuqHeQaLsyiMt1n74eU3q8Tj0f44baWpaSFYe5C8Kf0ZkO72m1eYr44Js/iWcAj8Hd3OpHdeEo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=LyA6j69+rgY7TPkx2z/8aOoKYmfUXydMp2GzuPhrVFZM4NLs6y8CMLzky3OwIJCdOqNKihENrx9Knyn6i7S/1/M0Dd2U1fX8aHfrSdp0rVy8Vc28TIh92pawV4iQuEpaCKTJ4AmpHdDPWwQK4YoMyBhGr9XKTNtY1tuQmjF3qts= Received: by 10.35.100.6 with SMTP id c6mr3592510pym.1197042860581; Fri, 07 Dec 2007 07:54:20 -0800 (PST) Received: by 10.35.74.17 with HTTP; Fri, 7 Dec 2007 07:54:20 -0800 (PST) Message-ID: Date: Fri, 7 Dec 2007 10:54:20 -0500 From: "MATT CARBONE" To: "JMeter Users List" Subject: Re: parameterize http header In-Reply-To: <25aac9fc0712061712h19638786l4d71a459833ae620@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_21763_9421993.1197042860570" References: <25aac9fc0712061712h19638786l4d71a459833ae620@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_21763_9421993.1197042860570 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Basically I need to write a beanshell script that can set request headers. A simple example of doing this in a pre-processor would solve a whole host of problems in our testing scenario. Thanks again for taking the time, -Matt On Dec 6, 2007 8:12 PM, sebb wrote: > It's not going to be easy to find the Header Manager from BeanShell, > but I don't think it's necessary. > > Why not just use variables in the header manager? > > The variables can easily be set using a BSH P-P - or any other method > for that matter. > > Or indeed you could use the BSH function in the Header Manager. > > What are you trying to do? > > On 07/12/2007, MATT CARBONE wrote: > > Is it possible to parameterize a HTTP header? > > > > Ideally, I would like to be able to access the Header Manger via a > beanshell > > preprocessor script and have it set dynamically each time. > > > > Thanks in advance, > > -Matt > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > ------=_Part_21763_9421993.1197042860570--