Cross-Origin Read Blocking (CORB)
You are making a JSONP request, but the server is responding with JSON. The browser is refusing to try to treat the JSON as JSONP because it would be a security risk. (If the browser did try to treat the JSON as JSONP then it would, at best, fail). See this question for more details on what JSONP is. … Read more