10

I'm using Postman 5.1.3. I'm trying to connect to an OAuth 1.0a endpoint using Postman's OAuth screen. How do I view the raw signature that Postman is using to construct its hashed "oauth_signature" param? I'm filling in a value for

consumer_key
consumer_secret
signature_method
timestamp
nonce
version

I'm leaving the HTTP method as "GET" and clicking "Send". Everything goes through fine, but I'm not able to reproduce the behavior in Java, which is why I'm seeking a way to view the raw signature Postman uses when building its request.

4

1 回答 1

0

要生成签名,邮递员遵循 RFC,他们没有必要显示生成签名的步骤,因此无法显示。

RFC 是 5849 第 3.4 节的签名内容。这是相当明确的。

于 2017-08-12T10:10:08.200 回答