Unanswered question

How to parametrize a Request with POST method and post content type :- Text

I had recorded a script using one login credential, now i want to parametrize the username, but since its a POST method with content type;- tree/binary, its not getting parametrize it. I replaced the username with a variable ${}, but value is not getting replace

sudeep G.
sudeep G.

sudeep G.

Level
0
1 / 100
point

Answers

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

Change the Post content type to Text and it should work.

It has been detected as binary because of a missing or incorrect content-type header.

Vijayashree V.
Vijayashree V.

Vijayashree V.

Level
1
116 / 750
points

What if Content type is recognized as "Form". I have slimier problem like above.