HTTP GET 请求的负载正文 [英] Payload body of a HTTP GET request

查看:43
本文介绍了HTTP GET 请求的负载正文的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

https://www.absolute.com/-/media/Commercial/resources/api/abt-api-working-with-absolute.pdf?la=en

我正在尝试为这个制作规范请求部分.在第 6 页上有这部分: 有效载荷的编码散列:散列整个正文,HexEncode,并应用小写.如果我尝试执行 GET 请求,我不确定我应该在这里处理的有效负载是什么.是 GET/POST 参数,还是其他什么?

I am trying to make the canonical request part for this one. On page 6 there is this part: Encoded hash of payload: Hash the entire body, HexEncode, and apply lowercase . I am not sure what is the payload that I should work on here if I'm trying to do a GET request. Is it the GET/POST params, or is it something else?

推荐答案

Payload 是您在 POST 请求正文中发送的一些数据.您可以在文档上查看更多信息.

Payload is some data you send on the body of POST requests. You can see more information on the docs.

通过邮递员示例,您可以看到一些请求,并注意 POST 是唯一一个具有 body 的.

With Postman examples you can see some requests, and notice POST is the only one which has body.

这篇关于HTTP GET 请求的负载正文的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆