Forum Discussion

GuruK's avatar
12 years ago

character encoding HTTP header

I need to send a string("5DDXe6ZLE5y9JcexOayzWEQx32ghYa0OG4-NFbRvnDk=") as part of the HTTP header in a POST request.
If I just give the value in the request or testcase, the tool acts fine but if I send it as a global variable, its just not encoding it right.
the "=" gets converted to %3D" if I store it in a global variable and then send that global variable it to the POST request.

I tried adding different Content-Type headers(text/xml, charset-UTF, text/text etc), but nothing helped.
Iam new to soapUI, so if anyone can help as to how I can send the string without it being encoded, it will be greatly appreciated.
No RepliesBe the first to reply