简体   繁体   中英

How can I set x-www-form-urlencoded in SoapUI?

I cannot see the media type x-www-form-urlencoded in SoapUI pro 5.0.0. How can I set this for a post method?

You should write "application/x-www-form-urlencoded" in Media type.

You can edit the text field.

You should pass the data in the following format: grant_type=password&username=XXXX&password=XXXXX

Alos check this post

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM