0

Created on one content editor webpart and calling

_api/VideoService/Channels('channelId')/Videos

using jquery ajax call, getting 404 error. Below is my ajax code

    $.ajax({
        type: 'GET',
        url: url,
        async: false,
        crossDomain: true,
        contentType: "application/json",
        dataType: 'jsonp',
        success: function () {
            alert("success");
        },
        error: function (err) {
            alert(err.status + " (" + err.statusText + ")");
        }
    });
Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Vijay
  • 133
  • 1
  • 10
  • status text is not found – Vijay Sep 04 '15 at 14:01
  • http:///SitePages/url?callback=jQuery213020131733012385666_1441375274172&_=1441375274173 Failed to load resource: the server responded with a status of 404 (NOT FOUND) – Vijay Sep 04 '15 at 14:03

0 Answers0