文件名称:corsyusha:简单快速的代理,可在针对现有API进行原型设计时绕过CORS问题,而不必担心CORS
文件大小:164KB
文件格式:ZIP
更新时间:2024-05-20 00:55:24
nodejs cors proxy cors-proxy fastify
Corsyusha-本地CORS代理 描述 简单,快速(在代理的基础上构建,可以在针对现有API进行原型设计时绕过问题,而不必担心CORS 构建该模块是为了解决出现以下错误的问题: ... has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled. 安装 npm install -g corsyusha # or yarn global add corsyusha 测验 yarn test:j
【文件预览】:
corsyusha-master
----.dockerignore(59B)
----.env(233B)
----yarn.lock(220KB)
----.eslintrc.js(1KB)
----Dockerfile(308B)
----lib()
--------middleware.js(2KB)
--------index.js(1KB)
----.travis.yml(42B)
----LICENSE(1KB)
----__tests__()
--------index.js(5KB)
----README.md(4KB)
----.gitignore(78B)
----bin()
--------corsyusha.js(2KB)
----.eslintignore(11B)
----package-lock.json(275KB)
----package.json(2KB)