Did you find a way to enable this? I believe it would be a custom config in the haproxy load balancer, but I am having trouble finding the right way to specify Access-Control-Allow-Origin
I just got it working, but I am using cattle, and the basic “Add Load Balancer” they provide. All I needed to do is add this line to the haproxy.cfg customization:
http-response set-header ‘Access-Control-Allow-Origin’ ‘*’
frontend - Where HAProxy listens to connections
backend - Where HAPoxy sends incoming connections
stats - Optionally, setup HAProxy web tool for monitoring the load balancer and its nodes