api - HMAC signing of response -
api - HMAC signing of response -
i'm implementing hmac hashing of incoming messages rest api. hmac hash set in authorization header of request in form: authorization: [scheme] [hash]
i want sign response. header suitable place response hash in?
api http hmac
Comments
Post a Comment