从原点“ http://localhost:8545/”到“ http://127.0.0.1:8080”的XMLHttpRequest的访问已被CORS策略阻止:对预检请求的响应未通过访问控制检查:“访问控制”的值响应中的-Allow-Credentials标头为”,当请求的凭证模式为“ include”时,标头必须为“ true”。 XMLHttpRequest发起的请求的凭据模式由withCredentials属性控制。
Web3js版本:0.20.7
使用以下命令运行:
geth --datadir ./peer2DataDir --rpc --rpcport 8545 --rpcaddr 127.0.0.1 --rpccorsdomain "http://127.0.0.1:8080" --networkid 1114 --port 30303 console 2>> myEth.log
答案 0 :(得分:0)
该错误是在0.20.7 webjs中引入的。确保使用0.20.6,可以正常工作。