postman-app-support icon indicating copy to clipboard operation
postman-app-support copied to clipboard

Lock the requests

Open migueloangelo opened this issue 8 months ago • 0 comments
trafficstars

Is there an existing request for this feature?

  • [x] I have searched the existing issues for this feature request and I know that duplicates will be closed

Is your feature request related to a problem?

Sometimes I have several dangerous requests. By dangerous I mean that if I run it by mistake or confusion, I can delete a lot of data.

Describe the solution you'd like

I'd like the request context menu to have a lock option. This lock would disable the Send (and Send and Download) button to prevent them from being executed accidentally. Of course, if a request is already locked, the unlock option should appear in the context menu.

Describe alternatives you've considered

The only workaround I use to avoid accidental executions is to create a variable with the domain name, and to "disable" the request I change that variable to a non-existent domain name.

Additional context

Context menu:

Image

Send button:

Image

Thanks.

migueloangelo avatar Mar 22 '25 01:03 migueloangelo