I've been using TeamViewer IoT pretty successfully to connect to a Raspberry Pi and display the web pages served by it. The web server is configured to redirect all HTTP traffic to port 443 (HTTPS) and uses digest authentication to request a user name and password. This used to work, until upgrading to version 1.1.102. Now, every time I connect, I receive 403 Forbidden instead of being prompted for the user name and password expected by the web server. What am I doing wrong, or is this a bug?