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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

