angular2-questionnaire icon indicating copy to clipboard operation
angular2-questionnaire copied to clipboard

书中416页的问卷服务是否存在跨域问题?

Open qxkxzw opened this issue 7 years ago • 1 comments

questionnaire.service.ts中http.post的地址是http://localhost:5000端口,而页面是5555端口,这不是存在同源策略问题?

qxkxzw avatar May 14 '17 02:05 qxkxzw

是存在跨域问题,接口支持 CORS 即可 https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS

loskael avatar May 17 '17 06:05 loskael