SimpleModifyHeaders icon indicating copy to clipboard operation
SimpleModifyHeaders copied to clipboard

Separate cookie actions "add" and "modify"

Open thomazz-nl opened this issue 1 year ago • 0 comments

I've separated the actions for adding and modifying cookies to allow users to have a choice to either:

  • only add a cookie to the header if there is no cookie header or the specific cookie key is not present.
  • only modify a cookie in the header if it already exists.
  • if a user wants to be sure of both, they can simply add 2 rules: add a cookie in case it doesn't exist (rule 1) and modify a cookie if it is already present (rule 2).

It allows more granular control over cookies.

thomazz-nl avatar Jul 07 '24 04:07 thomazz-nl