Origin Property
The Origin header field value.
Syntax
property Origin: String read get_Origin write set_Origin;
Default Value
''
Remarks
If specified, the component will include an Origin HTTP header in the connection request with the value provided. Servers may use this value to validate requests. Servers may reject requests depending on the value provided.
A typical value that would be set is of the form "http://example.com".
This property is not available at design time.