Skip to content

NewHttpRequest

Miriam McMahon edited this page Apr 27, 2023 · 4 revisions

Description

Create a new HTTP request object.

Parameters

Parameter Name Description Type Resolved Type Required
ObjectName The name of the variable to create or update with the new HTTP request object String String Yes

Compatibility

This command was introduced in Safeguard 2.8

Examples

Example:

{
    "NewHttpRequest": {
        "ObjectName": "LoginFormRequest"
    }
}

Clone this wiki locally