This solution should be used when it is required to override an authentication error for a particular URL and allow the user to access the content.
<Proxy>
realm_name
url.domain=www.example.com authenticate(realm_name) authenticate.force(no) authenticate.mode(auto) authenticate(
) authenticate.tolerate_error[credentials_required, certificate_missing, guest_user, need_credentials, no_user_in_cert](yes) authenticate.force(no) authenticate.mode(auto)
<Proxy>
user.authentication_error=credentials_required authenticate.guest("
GuestUser", 0, "
realm_name")
Notes: