This is a plugin for Insomnia that allows the signing of HTTP Messages. It is based on the HTTP Signature Plugin. To find out more about the http signature spec, look here.
Install the insomnia-plugin-better-http-signatures plugin from Preferences -> Plugins.
Add the HTTP Signature template tag as auth token or header value and fill the necessary fields.
RSA Private Keys are set without headers and newlines (-----BEGIN RSA PRIVATE KEY----- and -----END RSA PRIVATE KEY-----).
The Live Preview will show a template of the signing string. There are no values, because they are inserted when a request is fired.
- The
Dateheader is added if needed. Content-TypeandContent-Lengthheaders are used when available (eg. in post requests).