@acastellon/cors 中文文档教程

发布于 5年前 浏览 21 项目主页 更新于 3年前

CORS

包含通用最常见配置值的包装器对象 过滤 & 在 Node Express 应用程序中使用的选项。

它使用纯文本文件逐行定义 CORS 允许的请求者。

用法:

const cors      = require('@acastellon/cors')('<path/to/whiletlist>');

cors.enableCORS(app);  
// where 'app' is the Application Express instance object.

CORS

Wrapper object that contains the generic most common configuration values of filtering & Options to be used in Node Express Applications.

it uses a plain text file to define by line what are the allowed requesters by CORS.

usage:

const cors      = require('@acastellon/cors')('<path/to/whiletlist>');

cors.enableCORS(app);  
// where 'app' is the Application Express instance object.
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文