1

我正在本地进行测试,每当我点击自定义集成中找到的示例中的按钮时,我都会收到此错误:

XMLHttpRequest cannot load https://link-tartan.plaid.com/client/info. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://cdn.plaid.com' is therefore not allowed access. The response had HTTP status code 403.

我读过服务器需要在响应中添加一个标头

Access-Control-Allow-Origin: *

但是问题是服务器不归我所有,我只是从 Plaid 的 API 请求响应。

我有哪些选择可以做和解决?

4

1 回答 1

2

我收到了来自 Plaid 支持的回复。事实证明,它们只支持某些 IP 地址。所以我要求他们允许我的 IP 地址与他们的 API 进行交易。其他解决方案是使用 VPN,希望这会有所帮助。

于 2016-09-17T15:31:12.007 回答