If webservices is called with the correct token (and activated) but from the wrong IP we should get an error ERR 106 webservice token not allowed from this IP address
but instead we got: {"status":"ERR","error":"600","error_string":"admin level authentication failed","timestamp":1617199478}
1 To allow any IP there is an "*" option in code, but I couldn’t find in the documentation.
If you actually use one “*” it doesn’t work. if you use "*.*.*.*" works, but is kind of weird.