I am trying to get a txt file from another server and load it to a div using jquery ajax.
$("#div1").load("www.serverA1d.com/demo_test.txt");
I get
Origin http://www.mysiteA.com is not allowed by Access-Control-Allow-Origin.
I don't have control over the serverA1d or the demo_test.txt. How can I retrieve this txt file using ajax ?