Skip to content

Commit 9501431

Browse files
authored
Add note about enabling elevated access on Insomnia v11+
1 parent 0e57089 commit 9501431

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,14 @@ For a short demonstration, watch this:
2222

2323
Go to the `Application>Preferences` menu in Insomnia, then go to the `Plugins` tab, search for `insomnia-plugin-batch-requests` and install it.
2424

25+
> [!NOTE]
26+
> Starting on Insomnia v11, it's also necessary to enable the **Allow elevated access for plugins** checkbox in the Plugins tab of the Insomnia preferences. Otherwise, you'll see an error like `unknown block tag: batchVariable`. See issues https://github.com/jreyesr/insomnia-plugin-batch-requests/issues/18 and https://github.com/Kong/insomnia/issues/8708.
27+
>
28+
> <img width="840" height="582" alt="image" src="https://github.com/user-attachments/assets/fa402908-16c5-4ead-8145-8555ad13341b" />
29+
2530
## Usage
2631

27-
> **Note**
32+
> [!NOTE]
2833
> Want to send files in your repeated requests? See [below](#sending-files). The `Batch` tag that is described in this section sends text values only
2934
3035
The plugin adds a template tag to mark the places that you want to replace. To add it, press `Ctrl+Space`, search for the `Batch` tag and press `Enter`. Then, double click the tag to configure it. The tag can be inserted anywhere in the request (e.g. in the URL, query parameters, headers, or body)

0 commit comments

Comments
 (0)