RESTClient icon indicating copy to clipboard operation
RESTClient copied to clipboard

Support for dynamic header values

Open Saichovsky opened this issue 6 years ago • 0 comments

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.

Saichovsky avatar Nov 18 '18 15:11 Saichovsky