https://github.com/seanghay/insomnia-plugin-disable-cookies
This is a plugin for Insomnia that allows users to disable sending cookies for requests.
https://github.com/seanghay/insomnia-plugin-disable-cookies
insomnia insomnia-plugin
Last synced: 6 months ago
JSON representation
This is a plugin for Insomnia that allows users to disable sending cookies for requests.
- Host: GitHub
- URL: https://github.com/seanghay/insomnia-plugin-disable-cookies
- Owner: seanghay
- License: mit
- Created: 2020-04-13T09:42:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T09:26:17.000Z (about 3 years ago)
- Last Synced: 2024-11-06T18:51:33.213Z (6 months ago)
- Topics: insomnia, insomnia-plugin
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Insomnia Disable Cookies

This is a plugin for [Insomnia](https://insomnia.rest) that allows users to disable sending cookies for requests.
## Installation
Install the `insomnia-plugin-disable-cookies` plugin from Preferences > Plugins.
## Usage
Cookies will not be sent by setting a `DISABLE_COOKIES` to `true` in environment variable.
```json
{
"DISABLE_COOKIES": true
}
```