-
Notifications
You must be signed in to change notification settings - Fork 24
NewHttpRequest
Miriam McMahon edited this page Apr 27, 2023
·
4 revisions
Create a new HTTP request object.
| 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 |
This command was introduced in Safeguard 2.8
Example:
{
"NewHttpRequest": {
"ObjectName": "LoginFormRequest"
}
}