sounds like that isn't following the standard. I'm guessing the request is sent by a program and not a browser.
I'm going to guess the target application uses servlet mapping and routing to return the correct http resource. If that is the case, you're probably going to have to write a new sampler and manually manipulate the request and request header. peter On Wed, 28 Jul 2004 11:49:32 -0700 (PDT), Remedy QA <[EMAIL PROTECTED]> wrote: > What I mean is that HTTP Request sampler sends URL encoded request data but I would > like the option to not do that. > Suppose my data string is such: > > 148/GetTableEntryList/8/ > > Using the HTTP Request sampler, it will URL encode it before sending to the web > server: > > 148%2FGetTableEntryList%2F8%2F > > I would like to send just the raw data in a post method but not in a form action > submit post method. > > joelsherriff <[EMAIL PROTECTED]> wrote: > Could you include an example here? I'm trying to compile a list of issues > such as this and I'm not sure I understand what the problem is. > > J > > > ----- Original Message ----- > From: "Remedy QA" > To: "JMeter User List" > Sent: Tuesday, July 27, 2004 9:05 PM > Subject: HTTP Request sampler other means of sending data > > > The current HTTP Request sampler sends form action type parameter/value > pairings. But what if I just want to send plain form post data so that on > the mid-tier end, the request data is read directly from the input stream > (socket)? > > > > Using the proxy to record such a behavior doesn't allow jmeter to send the > correct request data. The recording tries to break the complete data stream > into parameter/value pairing. > > > > Is there any workaround? > > > > Thanks, > > mabel > > > > > > > > > > --------------------------------- > > Do you Yahoo!? > > Yahoo! Mail - 50x more storage than other providers! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------- > Do you Yahoo!? > Yahoo! Mail is new and improved - Check it out! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

