1.0.7 • Published 3 years ago

insomnia-plugin-global-headers v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago