Atividades de "datarebel"

I normally consume jquery API like below, however CORS is preventing this from executing outside of my application domain. How do I enable CORS for other domains?

I get this error: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at .....

`var settings = { 'cache': false, 'dataType': "json", "async": true, "crossDomain": true, "url": "https://

$.ajax(settings).done(function (response) {
    console.log(response);

});`
Mostrando 1 até 1 de 1 registros
Made with ❤️ on ABP v8.2.0-preview Updated on março 25, 2024, 15:11