Hey guys, Anyone has experience dealing with haproxy handling Url with authentication credentials. for example: we can query backend directly with url like https://username:password@${server_ip}/... when we trying to add a haproxy in front the server, we can't make url like https://username:password@${haproxy_ip}/... work no matter how we tried. we can't hardcode base64 encoding username:password in haproxy cfg, since the user list is dynamic.
Is anyone has experience with this situation? Any help will be appreciated. Regards

