benkle/auto-preflight-bundle
Composer 安装命令:
composer require benkle/auto-preflight-bundle
包简介
A simple bundle to automatically generate responses for CORS preflight.
README 文档
README
A simple bundle to automatically generate responses for CORS preflight.
Install
Install with composer.
$ composer require benkle/auto-preflight-bundle
Add this to your kernel bundles:
new Benkle\AutoPreflightBundle\BenkleAutoPreflightBundle(),
Configuration
Add this section to your config.yaml:
benkle_auto_preflight: allow_origin: '*' allow_headers: x-auth-token
Both allow_origin and allow_headers are currently string values, and are send as is to the browser.
You also must use the field methods in your route definitions, or only GET will be available.
统计信息
- 总下载量: 214
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-14