You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would want to try REST requests with a header that has a value generated from a shell script or some inline language. Something like curl -H "X-custom-header: $SOME_VALUE" https://...
This comes from testing Github hooks, where the X-Hub-Signature has a value that is the hexdigest output of HMAC(sha1). I wished that restclient could calculate this digest each time I sent out a test request.
The text was updated successfully, but these errors were encountered:
I would want to try REST requests with a header that has a value generated from a shell script or some inline language. Something like curl -H "X-custom-header: $SOME_VALUE" https://...
This comes from testing Github hooks, where the
X-Hub-Signature
has a value that is the hexdigest output of HMAC(sha1). I wished that restclient could calculate this digest each time I sent out a test request.The text was updated successfully, but these errors were encountered: