insomnia-plugin-basic-auth-header
v1.0.0
Published
<!-- FIXME show NPM Badge when plugin url is available --> [![Insomnia Plugin](https://img.shields.io/static/v1?label=insomnia&message=plugin&color=4a01c6)](https://insomnia.rest/plugins/insomnia-plugin-basic-auth-header) [![NPM](https://img.shields.io/np
Downloads
26
Readme
Base64-Auth-Header Tag
Install
- In Insomnia app
- Go to
Application
>Preferences
>Plugins
- Type
insomnia-plugin-basic-auth-header
on input field - Click on
Install Plugin
.
Usage
Using the tag
- Press
Ctrl + Space
to insertQuery Parameter
- or type
{% basicAuthHeader %}
and click on tag - Type Username on input field
Username
- Type Password on input field
Password
- Press
Using the tag (short method)
- Type
{% basicAuthHeader 'Username' 'Password' %}
- Type