简体   繁体   中英

How to make REST Request to Baasbox server using POSTMAN extension?

I just installed Baasbox on my laptop and everything are work well. But when I try to make a request to create a new user, or anothe REST request using POSTMAN extension, I always got "Invalid Json" error. Is there any mistakes with my request? 错误附件

it seems that you want to create a user.

In this case you have to set parameters like in the image below.

In particular you have to set "raw" instead of form-data, and also you do not need to set the Authorization header when signing up.

Further info here: BaasBox Signup API 邮差扩展截图

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