我試着使用JsSIP,但是當我使用RequireJS,以便能夠在客戶端CHROME回報要求:RequireJS +的NodeJS返回的XMLHttpRequest無法加載的「http」否「訪問控制允許來源」頭
XMLHttpRequest cannot load http://localhost/videochat/videonodejs/scripts/jssip. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access.
它的全部在localhost中,那麼可能是什麼原始問題?我的網址中有端口號,可以嗎?
這不是「所有本地主機」;它是不同的端口。 – SLaks 2014-12-01 19:34:12
使用CORS跨域交談 – dandavis 2014-12-01 19:39:48