Warning on execute while using certain (sensitive) environment in workspace #3631
Unanswered
matthijssn
asked this question in
Ideas
Replies: 1 comment
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
I'm using Insomnia for API calls for different customers (= Workspaces), each workspace has multiple Environments to be able to switch between their separate environments (DEV, ACCEPTANCE, PRODUCTION, ETC). It's easy to miss that the selected environment is PRODUCTION. And when you press execute, terrible things might happen :)
Describe the solution you'd like
A (visual) reminder/warning that a certain environment is selected before executing. A setting in the environment can control this warning. E.g. a toggle on the environment that it's a sensitive environment. When the toggle is selected, a visual warning is shown before the real call is executed.
Beta Was this translation helpful? Give feedback.
All reactions