Your response from your EBS needs to include the header:
Access-Control-Allow-Origin
which it does not, causing the browser to block the response. You can use Fiddler or Chrome/Firefox dev tools to inspect the response and check for headers.
Your response from your EBS needs to include the header:
Access-Control-Allow-Origin
which it does not, causing the browser to block the response. You can use Fiddler or Chrome/Firefox dev tools to inspect the response and check for headers.