Ciao,
Come posso fare un GET a un controller di un componente in un url esterno.
Ora sto usando la funzione per fare il GET all'interno del sito :
jQuery.ajax({
type: "GET",
dataType : 'html', url: "index.php?option=com_name&task=get_function&format=json",
success: function(response){ }
});
Se provo esternamente "
http://www.sitie.it/index.php?option=com_name&task=get_function&format=json" non funziona.
Come posso fare ?