Forum Moderators: phranque
I would be concerned that your authentication set-up is secure, and I'd check .htpasswd for a blank username entry. But it's also possible that the authentication is set up to allow users within your LAN or from specific IP addresses or ranges to access the server without a username or password -- If you recognize the IP addresses, then see Apache mod_auth, mod_access, and the 'satisfy any' directive in Apache core to confirm.
I certainly would not let this go without finding out where these requests are coming from.
Jim