I have haproxy 1.5.8, it proxies some requests (based on the path) to a third-party we have no control over.
Since the IP of backend server is resolved once at startup, it breaks if the IP change.
If there a workaround for that ? In nginx it's possible to declare an internal variable and have it cached for X seconds. I didn't found a similar solution for HAProxy.