PHP 跨域资源共享中间件 PHP CORS

码农软件 · 软件分类 · 网络工具包 · 2019-02-24 18:41:25

软件介绍

CORS

这是一个 PHP 跨域资源共享 (CORS Cross-origin resource sharing) 中间件。

支持

  • Array, 原生 PHP 代码

  • 使用 PSR-7

  • Laravel

  • Symfony

使用

composer require medz/cors

示例

use Medz\Cors\Cors;

$cors = new Cors($config); // The $config -> `config/cors.php` file.
$cors->setRequest($requestType, $request); // The $request is empty array or is `NULL` or $_REQUEST
$cors->setResponse($responseType, $response); // The $response is empty array.
$cors->handle();

$response = $cors->getResponse();

$requestType 和 $responseType 都是单独设置支持的类型,但如果在框架中使用,这两个值通常是相同的。因为你可以单独设置它,所以你可以根据自己的需要提供不同的值以实现你的目标。

本文地址:https://www.codercto.com/soft/d/51.html

The Linux Command Line

The Linux Command Line

William E. Shotts Jr. / No Starch Press, Incorporated / 2012-1-17 / USD 39.95

You've experienced the shiny, point-and-click surface of your Linux computer-now dive below and explore its depths with the power of the command line. The Linux Command Line takes you from your very ......一起来看看 《The Linux Command Line》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试