4
từ jquery $ .ajax sang $ http góc cạnh
Tôi có đoạn mã jQuery này hoạt động tốt với nguồn gốc chéo: jQuery.ajax({ url: "http://example.appspot.com/rest/app", type: "POST", data: JSON.stringify({"foo":"bar"}), dataType: "json", contentType: "application/json; charset=utf-8", success: function (response) { console.log("success"); }, error: function (response) { console.log("failed"); } }); Bây giờ tôi đang cố gắng chuyển đổi mã này sang mã …