1. 首页
  2. 数据库
  3. 其它
  4. cors:PSR 15中间件实现跨域资源共享(CORS) 源码

cors:PSR 15中间件实现跨域资源共享(CORS) 源码

上传者: 2021-02-19 23:39:30上传 ZIP文件 7.5KB 热度 25次
中间件/核心 使用实现跨源资源共享(CORS)。 要求 PHP> = 7.2 安装 该软件包可以通过Composer作为安装和自动加载。 composer require middlewares/cors 例子 use Neomerx \ Cors \ Strategies \ Settings ; use Neomerx \ Cors \ Analyzer ; $ settings = new Settings (); $ settings -> setServerOrigin ( 'http' , 'example.com' , 123 ); $ analyzer = Analyzer
用户评论