FireFox RestClient POST data

When POSTing data, you need to add a header.

name:Content-Type

value:application/x-www-form-urlencoded

or

value:application/xml

value:application/json

Fill in according to the actual situation

 

Guess you like

Origin blog.csdn.net/geekooler/article/details/100852735