Use Case: I have a reverse proxy that needs to block all URL’s except those on a whitelist.
Problem: This blocks the Live check unless I’m careful
Temp solution: I currently let in all traffic from 213.188.192.15:80 and that seems to work. But if that gets changed I’m assuming that it will crash my applications.
What should I do to solve this? Is there a certain IP range I can always expect? Or did I completely miss something and none of this makes sense?
The best way to do these health check is only respond on a specific hostname, and then configure the check to send that hostname. We have an nginx config that listens for health.check like this: