I am using Postman 5.1.3. I am trying to connect to an OAuth 1.0a endpoint using the Postman OAuth screen. How do I view the raw signature that Postman uses to create its hashed oauth_signature parameter? I fill in the value for
consumer_key consumer_secret signature_method timestamp nonce version
I leave the HTTP method as "GET" and click on "Submit". Everything goes fine, but I canβt reproduce the behavior in Java, so Iβm looking for a way to view the raw signature that Postman uses to build its request.
oauth digital-signature postman
Dave
source share