My application (Django) uses a configuration to limit requests to only those that are to the proper host. Unfortunately, if I try to use an HTTP health check, the apps platform either uses an unknown IP address as the host header or isn't including one. Would there be a way to include a host (or other arbitrary) header in the health check?