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

            Bug ID: 63481
           Summary: Encoding is happening while sending parameter from
                    Post request in Jmeter
           Product: JMeter
           Version: 5.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: major
          Priority: P2
         Component: HTTP
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: JMETER_5.2

Hi,
I have a Post request in Jmeter in which, ViewState parameter is passing but
value for that parameter is combination of alphabates, number, special
characters . so while send that parameter request is encoding the special
character for e.g. i have forward slash in paramter so while sending it is
converting it to %2F and that leads in failing the request

Solution i have tried is:

uncheck URL Encode check box
UTF-8 in content encoding
for ViewState providing ${__urldecode('${viewState}')} value as Parameter
value, which(viewState) i am fetching from previous response
used replace function in Parameter value
So what i am expecting is while sending Post request parameters should not get
encoded. Can someone please provide solution

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

Reply via email to