grunka / insomnia-plugin-request-body-hmac

Plugin for Insomnia to create HMAC signatures of the request body
4 stars 7 forks source link

Allow using URL & JSONPath result #3

Open wirasuta opened 1 year ago

wirasuta commented 1 year ago

Use case: Get HMAC value of {url} | {json_path_result} . Suggestion: Use simple templating like JS formatted string that allows using the following variables:

grunka commented 1 year ago

That's is an interesting suggestion, I'll have a think about how it can be solved without breaking things too much 🙂