Categories
AWS

ENABLE CORS ON AN ELASTIC LOAD BALANCER

A couple of weeks ago we needed to consume from a ReactJS frontend some REST services hosted on some EC2 instances, standing behind an Elastic load balancer. As you may know, if both the frontend application and the services are not served on the same host (in our case the ReactJS frontend was on a […]