ipfs config --Json API.httpheaders.Access-Control-Allow-Origin '["*"]'ipfs config --Json API.httpheaders.Access-Control-Allow-Methods '["GET","POST"]'ipfs config --Json API.httpheaders.Access-Control-Allow-headers '["Authorization"]'ipfs config --Json API.httpheaders.Access-Control-Expose-headers '["Location"]'ipfs config --Json API.httpheaders.Access-Control-Allow-Credentials '["true"]'
以上值只是示例;将实际值设置为客户端代码实际需要的值.
https://ipfs.io/docs/commands/#ipfs-daemon拥有(最小)现有文档.
总结以上是内存溢出为你收集整理的cors – 如何在IPFS上进行跨源请求全部内容,希望文章能够帮你解决cors – 如何在IPFS上进行跨源请求所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)