from
https://test.com/customers/?test.html
test.html
$('#myDiv').get("https://test.com/service/customers/index.html?name=jbloggs");
<div id="myDiv"></div>
I get no data return or errors if I add function call
but if I run the same url call in browser I get the html page back
Anyone have any idea why get or load have this issue
getthat takes a URL...