We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Remove a cookie from the cookie storage to eliminate it from future HTTP requests.
This command was introduced in Safeguard 2.8
Example:
{ "ClearCookie": { "Name": "session_cookie", "Domain": "example.com", "Path": "/api" } }
Example: using variables:
{ "ClearCookie": { "Name": "%{ Cooke1 }%", "Domain": "%{ SearchDomain }%", "Path": "%{ SelectedPath }%" } }
This wiki is no longer maintained.