Skip to content

HTTP interfaces access restriction

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 hooks
  • action  - server statistics
  • admin - server web interface
  • shared - examples access by generated links
  • client  - examples access by direct links
  • client_records - recordings access
  • enbed_player - player access to embed to external web page
  • health-check  - server healt checking interface