11 years ago
How to set content type to be application/x-www-form-urlenc?
Hi,
I am trying to use POST method on REST project to post some security token validation. the Media Type that I can choose from only have five options: application/json, application/xml, text/xml, multipart/form-data and multipart/mixed.
What I really need is to set media-type to be "application/x-www-form-urlencoded", could you advise me how to set it?
I am using SoapUI version 5.0.0.
Thank you
I am trying to use POST method on REST project to post some security token validation. the Media Type that I can choose from only have five options: application/json, application/xml, text/xml, multipart/form-data and multipart/mixed.
What I really need is to set media-type to be "application/x-www-form-urlencoded", could you advise me how to set it?
I am using SoapUI version 5.0.0.
Thank you