Logger 1.1 Webserver issue

Logger 1.1 build 62, webserver configured re-only anonymous access, no user or password. Works fine when accessing from an IP in the same network. If I try to access via an IP on a VPN network I get a username/password prompt.

Any Ideas?

The HTTP server does not consider the client IP address, only the anonymous on/off setting. In other words, when you have anonymous access on, it should allow requests from any IP, not just a particular network.

Perhaps the password prompt is from a proxy or so?