How to pass correctly latin chars like "ś" in jmeter login post request

177 views Asked by At

When I wish to login as "pieraś", the page detects login "pieraĹ"

I tried selecting "URL ENCODE", changing jmeter.property csvdataset.file.encoding_list to "ISO 8859-2" only as well ass UTF-8 only.

JMETER request picture

How to make it work right?

2

There are 2 answers

2
Pieraś Szybki Lopez On

In the HTTP request field "Content Encoding:" manually enter value "ISO-8859-2". It works against jmeter.property "sampleresult.default.encoding"

1
SAIR On

I tried to use "pieraś" in jmeter, looks like JMeter is passing and processing this value properly. Some sample snap given below:

enter image description here

enter image description here enter image description here enter image description here