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

Latest commit

 

History

History
19 lines (12 loc) · 661 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 661 Bytes

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