Socket
Socket
Sign inDemoInstall

insomnia-plugin-global-headers

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    insomnia-plugin-global-headers

Set up your global http headers in one place and this plugin will take care of setting it for each requests. This plugin won't override any headers you set on the request.


Version published
Weekly downloads
447
increased by6.94%
Maintainers
1
Install size
7.61 kB
Created
Weekly downloads
 

Readme

Source

Global headers insomnia plugin

Set up your global http headers in one place and this plugin will take care of setting it for each requests. This plugin won't override any headers you set on the request.

npm

Usage

Add all headers to the environment with the key GLOBAL_HEADERS.

{
    "GLOBAL_HEADERS": {
        "Accept": "application/json",
        "Authorization": "Bearer <token>",
        "Content-Type": "multipart/form-data"
    }
}

Enable or disable global headers for specific requests or request folders via the menu drop down

Enable or disable global headers menu screenshot

Keywords

FAQs

Last updated on 28 Jul 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc