Since build 5.2.500 the ability was added to restrict access to various HTTP interfaces with the following parameter
http_enable_paths=rest,action,admin,shared,client,client_records,embed_player,empty,health-check
By default, all the HTTP interfaces listed in this setting are accessible. To restrict access to web interface but allow access to Ember Player, REST API and server statistics this parameter should be changed as follows
http_enable_paths=rest,action,shared,embed_player,empty,health-check
The following interfaces may be restricted:
rest
- REST API queries and REST hooksaction
- server statisticsadmin
- server web interfaceshared
- examples access by generated linksclient
- examples access by direct linksclient_records
- recordings accessenbed_player
- player access to embed to external web pagehealth-check
- server healt checking interface