local-cors-proxy:简单的代理绕过CORS问题

时间:2024-05-17 23:52:02
【文件属性】:

文件名称:local-cors-proxy:简单的代理绕过CORS问题

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-17 23:52:02

JavaScript

本地CORS代理 简单的代理绕过CORS问题。 这是作为仅本地开发人员的解决方案而构建的,可以针对现有API进行原型设计,而不必担心CORS。 构建该模块是为了解决出现此错误的问题: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disable 入门 npm install -g local-cors-proxy 简单的例子 我们要请求的


【文件预览】:
local-cors-proxy-master
----bin()
--------lcp.js(732B)
----package.json(776B)
----LICENSE(1KB)
----.gitignore(18B)
----lib()
--------index.js(2KB)
----README.md(1KB)
----yarn.lock(22KB)

网友评论