You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/01/26 15:00:39 UTC

[Bug 60649] HTTP(S) Test Script Recorder: wrong postdata

https://bz.apache.org/bugzilla/show_bug.cgi?id=60649

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
Created attachment 34680
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34680&action=edit
Try to guess if body data is of name=value form

If no content-type is given for a post body, or it is the default one,
DefaultSamplerCreater will assume it is of the form name=value. This patch
looks for an equals sign in the body and if it finds none, it will assume, that
the body is not of the name=value form.

-- 
You are receiving this mail because:
You are the assignee for the bug.