On 29/05/2009, Ari Heino <[email protected]> wrote: > > > > sebb-2-2 wrote: > > > > > > The JMeter proxy reads the client request, creates the sampler, runs > > the sampler, and returns the response to the client. > > > > So if there is no sampler generated, and no error reported by JMeter, > > then the most likely explanation is that the client is not using the > > JMeter proxy for this request. > > > > > > When i send a textual file (like localhost.2009-04-07.log) the content > multipart POST is recorded correctly in JMeter, but when i try f.e. to send > tomcat.exe, then the multipart request is not recorded at all.
What does the client see in that case? Does it see a successful response to the POST? If it sees a successful response, then it is not using the JMeter proxy. The JMeter proxy will not return a successful response unless it is able to create the sampler and invoke it. > -- > View this message in context: > http://www.nabble.com/Recording-multipart-requests-tp23776666p23779400.html > > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

