I'm using the awesome Paw software to make Htpp requests. It has a lot of great features including the ability to compute HMAC-SHA256 signatures, unfortunately, I cannot find how to use the full url of the current request as input of this. What is the keywork to enter in the input field?
Step 1
Step 2
Old version/original answer (not up-to-date):
There is not (yet) a Dynamic Value that returns the URL, that's a missing thing. But here's a workaround:
In the HMAC-SHA256 "Input" field, right-click and choose "Extensions" > "Custom". You'll have a JavaScript text field, make the function return:
return context.getCurrentRequest().url;
See the Extensions Reference for more details.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With