Forum Discussion

ElvisATX's avatar
ElvisATX
New Contributor
4 years ago
Solved

How to add realm key to Authorization header

I am trying to add the realm key to the Authorization header.   Authorization: OAuth realm="3756461_SB1",oauth_consumer_key="abcdefg",oauth_token="hijklmn",oauth_signature_method="HMAC-SHA1",oauth_...
  • richie's avatar
    richie
    4 years ago
    Hey ElvisATX,

    yeah i wouldn't expect your nonce or signature parm values to be static. I assumed you'd need a bit of groovy to extract (nonce) and generate (signature) values

    Ta

    Rich