当我在浏览器上本地运行时,代理设置工作。
当我使用以下设备在设备上运行它时:
ionic cordova run android --device --livereload
我得到错误:
Failed to load http://localhost:5984/mobilehosstest:
Response to preflight request doesn't pass access control check:
No 'Access-Control-Allow-Origin' header is present on the requested resource.
Origin 'http://172.22.4.13:8100' is therefore not allowed access.
The response had HTTP status code 401.
问题是为什么它试图从localhost:5984
. 如果它是从localhost:8100
or加载的http://172.22.4.13:8100
,则代理将像在浏览器中一样工作。
它与 livereload 服务器有关,但我不知道如何配置它。