AEM 6.5 HEAD Requests
AEM 6.5 seems to be making regular requests such as the one below; as found in access.log from a publish instance
"HEAD / HTTP/1.1" 200 - "-" "Apache-HttpClient/4.5.4 (Java/1.8.0_251)"
The polling fails constantly on author instances, and the error rate shows up in Java reporting such as New Relic. According to NR, the error is 401 on author instances. The errors reported in New Relic have identifiers (qtp631235405-15166) that match the log below.
*INFO* [qtp631235405-15166] org.apache.sling.auth.core.impl.SlingAuthenticator getAnonymousResolver: Anonymous access not allowed by configuration - requesting credentials
What is generating these HTTP HEAD requests, and is there a way to turn off whatever is making these requests?
Thanks for your comments and question.