https://bz.apache.org/bugzilla/show_bug.cgi?id=60649
Bug ID: 60649
Summary: HTTP(S) Test Script Recorder: wrong postdata
Product: JMeter
Version: 3.1
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I'm using jmeter to record an internal web application, in my application are
maked some httprequest by Javascript code that pass as postdata a simple key:
<POSTDATA>
KEY
If i call my web application without recording all works fine, if i call my
application while jmeter is record the application don't work.
The problem is that jmeter recording module modify the post data adding the "="
character to request
<POSTDATA>
KEY=
Thanks
--
You are receiving this mail because:
You are the assignee for the bug.