You can authorize all API requests.

Go to Settings -> API and fill in API keys for:


- read only requests (like status info) 

- and / or for control requests (such as delete etc)


Then each request is authorized with that API key. 

API key should be passed in:


- request query string named "token" (like http://127.0.0.1:9000/api/status?token=123)

- in request headers named "Token"

- or in cookies named "Token"

Created with the Personal Edition of HelpNDoc: Easily create PDF Help documents