Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon > API/Plugins/RemoteControlCommon/URemoteControlSettings
Syntax
UPROPERTY&40;Config, EditAnywhere, Category&61;"Remote Control &124; Security",
Meta&61;&40;EditCondition&61;bRestrictServerAccess&41;&41;
FString AllowedOrigin
Remarks
Origin that can make requests to the remote control server. Should contain the hostname or IP of the server making requests to remote control. ie. "http://yourdomain.com", or "*" to allow all origins. : This is used to block requests coming from a browser (ie. Coming from a script running on a website), ideally you should use both this setting and AllowListedClients, as a request coming from a websocket client can have an empty Origin. Supports wildcards (ie. *.yourdomain.com)