Кросс доменные ajax запросы
$.ajax({ url: '/api/order/NpWareListing', data: 'city_id=' + np_city_id, type: 'get', dataType: 'jsonp', // !!! success: function (answer) { } });