NelmioCorsBundle:在Symfony应用程序中添加CORS(跨源资源共享)标头支持

时间:2024-02-26 11:57:10
【文件属性】:

文件名称:NelmioCorsBundle:在Symfony应用程序中添加CORS(跨源资源共享)标头支持

文件大小:25KB

文件格式:ZIP

更新时间:2024-02-26 11:57:10

php cors symfony bundle symfony-bundle

NelmioCors捆绑 关于 NelmioCorsBundle允许您使用ACL样式的每个URL配置发送标头。 如果您想对CORS工作流程有一个总体了解,可以浏览此。 产品特点 处理CORS飞行前选项请求 将CORS标头添加到您的响应中 安装 该捆绑包提供了官方的配方。 要自动安装和配置它,请运行: $ composer req cors 你完成了! 另外,如果你不使用的Symfony的Flex,需要nelmio/cors-bundle在你的包composer.json并更新你的依赖。 $ composer require nelmio/cors-bundle 将NelmioCorsB


【文件预览】:
NelmioCorsBundle-master
----composer.json(906B)
----EventListener()
--------CacheableResponseVaryListener.php(569B)
--------CorsListener.php(7KB)
----DependencyInjection()
--------Compiler()
--------Configuration.php(5KB)
--------NelmioCorsExtension.php(3KB)
----NelmioCorsBundle.php(671B)
----.github()
--------workflows()
----LICENSE(1KB)
----Resources()
--------config()
----.gitignore(22B)
----CHANGELOG.md(3KB)
----Tests()
--------bootstrap.php(458B)
--------EventListener()
--------DependencyInjection()
--------Fixtures()
--------CorsListenerTest.php(12KB)
--------Options()
----phpunit.xml.dist(1KB)
----README.md(4KB)
----Options()
--------ConfigProvider.php(1KB)
--------ResolverInterface.php(494B)
--------Resolver.php(1KB)
--------ProviderInterface.php(1004B)

网友评论