Disable HTTPS

Disable HTTPS

By default the API works in HTTPS (encrypted communication). To disable HTTPS communication (and use the http protocol instead), the HTTPS variable HTTPS must be initialized to 0. This data will be entered in the file Dashing \ config.ru

⇨ HTTPS = '1'

becomes

⇨ HTTPS = '0'

To be carried out only if necessary and after having deactivated the HTTPS on the server side (tools> preferences> communication engines).