Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

alessiodionisi/insomnia-plugin-http-signature

Repository files navigation

HTTP Signature for Insomnia REST Client

This is a plugin for the Insomnia REST Client

IETF Draft: https://tools.ietf.org/html/draft-cavage-http-signatures-10

Install

Go to Preferences->Plugins, install insomnia-plugin-http-signature

How to use

  1. Set authentication type to Bearer Token
  2. Set Prefix value to Signature
  3. Set Token value to HTTP Signature template
  4. Set Key ID value
  5. Set Private Key value without headers (-----BEGIN RSA PRIVATE KEY-----,-----END RSA PRIVATE KEY-----) and new lines

Screenshot