OAuth.io を使用して、Chrome 拡張機能から Twitter への認証を行っています。
私は私のに以下を追加しましたmanifest.json
:
"externally_connectable": {
"matches": ["https://oauth.io/*"]
},
Oauth.io のアプリに Gmail ドメインを追加しました。
ポップアップを取得して承認すると、次のエラーが表示されます。
XMLHttpRequest cannot load https://oauth.io/request/twitter/%2Fme. The 'Access-Control-Allow-Origin' header has a value 'https://mail.google.com' that is not equal to the supplied origin. Origin 'chrome-extension://chpcljbkkhhgnjpibemapkkioceikfmp' is therefore not allowed access.
これを回避する方法はありますか?