I am trying to issue requests against an API which is HMAC protected.
I can successfully send a request using a HMAC auth plugin for HTTPie like this:
http --auth-type=hmackey --auth="key1:secret1" api_url
However, I've not had any success by issuing requests through Postman. I'm following the link below which explains how to use a pre-request script, but I'm always getting a 401:
https://github.com/acquia/http-hmac-postman
Any thoguhts?