2013-12-23 48 views
0

我試圖創建一個JavaScript前端,他應該與我的rails後端進行通信。我想安裝中間人將解決惱人的錯誤:中間人可以與rails結合解決XSS請求失敗

XMLHttpRequest cannot load http://localhost:3000/groups.json. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:4567' is therefore not allowed access. 

不幸的是,它並沒有。我假設,因爲他們不在同一個端口。

是否存在對此的「快速」修復;或者我應該只是添加標題到我的Rails項目以避免出現XSS錯誤?

回答