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.
Set the base address to use in HTTP requests
This command was introduced in Safeguard 2.8
Example:
{ "BaseAddress": { "Address": "https://example.com/api" } }
Example: use a variable to identify the url:
{ "SetItem": { "Name" : "MyUrl", "Value": "https://example.com/api" } }, { "BaseAddress": { "Address": "%{ MyUrl }%" } }
This wiki is no longer maintained.