In Caddy 1.0.3 is there a way to specify the “User Agent” for HTTP “health_check” requests?
I’m seeing "Go-http-client/1.1" user agent being used - sadly my up stream provider is blocking all requests by this user agent and will not change this.
I work around this for tlsask requests by proxying (with Caddy) those and adding in a different user agent header.
I’m not seeing an obvious way to do that for the health_check requests.
Any ideas?