1
我創建了一個接口,使用express和mongoose從mongodb中獲取數據並將其發送到客戶端。當我在linux終端和html上使用wget獲取數據時,它工作正常瀏覽器。但是當我使用angular js $ http方法請求數據時,它顯示出以下錯誤。使用快速接口從角度指令中獲取數據
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:9000' is therefore not allowed access.
任何人都可以建議我錯誤的如何擺脫這個問題。提前Thanx。