http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Request
* Method Handling: * The POST and PUT request methods work similarly, except that the PUT method does not support multipart requests. The PUT method body must be provided as one of the following: - define the body as a file - * define the body as parameter value(s) with no name * regards deepak On Thu, Apr 8, 2010 at 12:06 PM, Shelli Orton <[email protected]> wrote: > Hi, > > > > I've created a JMeter test using a PUT method for the HTTP Request for > the first time (previously I've only used GET and POST). When I view > the request data in the View Results Tree, the parameters I've set up > for the request are not included. The test also has a POST HTTP Request > and the parameters are added to the request as expected. According to > the component reference, PUT should include the parameters. > > > > Anyone know what I'm doing wrong? I'm using version 2.3.4 r785646. > > > > Thanks! > > Shelli > >

