【发布时间】:2018-11-22 12:58:06
【问题描述】:
我的 Angular 应用使用 https://api.instagram.com/oembed 嵌入 instagram 帖子,但它收到跨域读取阻止 (CORB) 阻止的跨域响应,尽管该应用使用 Jsonp。
【问题讨论】:
-
http.jsonp 在这里未定义,但我使用 import { Jsonp } from '@angular/http';所以,我通过 Jsonp 工作。
-
虽然当我只使用 http(不是 jsonp)时它可以工作。
标签: angular instagram instagram-api