- url: /rest/.*
script: main.APP
login: required
secure: always
but removing "secure: always" makes no difference.
The error occurs at the first client http request, but the Python server code for the request handler shows not sign of ever being
accessed.
Thanks, for any help.