insomnia-plugin-global-headers

1.0.7 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i insomnia-plugin-global-headers

      Weekly Downloads

      461

      Version

      1.0.7

      License

      MIT

      Unpacked Size

      7.79 kB

      Total Files

      4

      Last publish

      Collaborators

      • diffuse