Incorrect recording of HTTP Posts with raw payload data
Jens Müller <[email protected]> Tue, 18 Oct 2011 15:26:37 +0000
| Newsgroups | gmane.comp.jakarta.cactus.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi=2C I've got a case where an application sends a POST request with XML as raw p= ayload. If I use JMeter als Proxy to record this=2C the application does no= t work any more=2C as JMeter internally samples the recorded sampler and re= turns that result to the browser. In this case the request sent from JMeter= to the server seems not to be the same that the browser sends to JMeter. An inspection with a sniffer shows that JMeter is sending the data as appli= cation/x-www-form-urlencoded. Thanks for any insights how I could record (and later of replay) such types= of requests. Jens =