Constant 401 errors with webhook using basic auth

Since I’ve started using webhooks, I’ve noticed that in my server logs I always get a unauthenticated request from the webhook before it attempts to request with my basic auth credentials. Is there any way to stop this? It’s muddying up my logs.

Note that I’m using the “auth” construct in the Particle webhook JSON spec, not a header, to specify my JSON credentials.