I'm making a simple request using the phonegap:
$.ajax({
type: "GET",
dataType: "json",
url: "http://mydomain.com/request",
data: params,
success: function(result){
},
error: function(e, data, status, xhr){
}
})
But when executing it executes the following url:
http://<ip>:3000/proxy/http://mydomain.com/request