Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
http.port=8081
https.port=8444

In WebCallServer previous versions, the manager module handles REST queries on 9091 and 8888 ports respectively. For existing web applications to work after server update, the following parameters are provided in wcs-manager.properties file

Code Block
languagebash
themeRDark
-Dmanager.rest_redirect_http_port=8081
-Dmanager.rest_redirect_https_port=8444

Authorization

REST API requests are handled without user authorization by default. HTTP basic authorization may be enabled with the following parameter in flashphoner.properties file if necessary

...

On the screenshot below you can see how to get list of streams by REST API using Advanced REST Console and REST method /stream/find_all

Image Removed

Image RemovedImage Added