Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon > API/Plugins/RemoteControlCommon/URemoteControlSettings
Syntax
UPROPERTY (Config, EditAnywhere, Category="Remote Control | Security",
Meta=(EditCondition=bRestrictServerAccess))
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. @Note: 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. @Note Supports wildcards (ie. *.yourdomain.com)