我正在尝试编写一个简单的 chrome 扩展来联系我的传输守护进程。我编写了一个简单的 jQuery 代码,将 http POST 发送到我的服务器,但我被拒绝了:
XMLHttpRequest cannot load http://79.182.210.103:9091/transmission/rpc. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'chrome-extension://fjdfpjhmdeljfaipicgfjijiiakmmgmf' is therefore not allowed access. The response had HTTP status code 401.
我该如何克服呢?我可以配置传输守护程序(在 OpenElec 上运行)以允许这样做,还是有任何其他解决方法?