Parameter
|
Description
|
Valid Values
|
{id}
|
The ID of the trusted origin.
|
An unique ID that is generated when a trusted origin is added to the CORS whitelist.
|
Property
|
Description
|
Usage
|
Valid Values
|
"domain"
|
The domain of the trusted origin.
|
Required
|
A valid domain for the trusted origin. For example, https://abc.com.
The wild card * can be used at the beginning of a domain. For example, *.progress.com is a valid entry, and will whitelist any origin that ends with progress.com. The wild card is not supported at any other location within a domain. For example, progress.abc.*.com is not supported for origin validation.
|
"description"
|
A description of the trusted origin.
|
Optional
|
A user provided description of the trusted origin.
|