Back to plugins
Install Plugin
Basic Auth Header Plugin
Version 1.0.0
Overview
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