开发者

oauth & POSTing JSON

开发者 https://www.devze.com 2023-01-13 23:45 出处:网络
Reading section 9.1 of OAuth Core 1.0, I only see a reference to performing POST requests using conte开发者_运维技巧nt-type of application/x-www-form-urlencoded.

Reading section 9.1 of OAuth Core 1.0, I only see a reference to performing POST requests using conte开发者_运维技巧nt-type of application/x-www-form-urlencoded.

  • How does one go about performing POST requests with JSON data in the request body?
  • How does handle the signing? Is it at all possible?
  • Can this work on AppEngine?


I have urlencoded the JSON, then unencoded on the other end in the past. I don't really know anything about AppEngine though, sorry.

0

精彩评论

暂无评论...
验证码 换一张
取 消