gpt4 book ai didi

php - 如何使用 postman 到 php 获取 header 参数值?

转载 作者:行者123 更新时间:2023-12-05 09:12:20 25 4
gpt4 key购买 nike

我想获取我在 postman 标题选项卡中使用的所有标题参数值。

我在 header 中传递了值,例如:“lancode”、“deviceId”等。

我试试

$lancode = $request->header('lancode');

但是这段代码对我不起作用..请其他解决方案

最佳答案

你可以使用

$getHeaders = apache_request_headers();

然后你可以像这样存储 header 值

$lancode = $getHeaders['lancode'];

这对我有用。

关于php - 如何使用 postman 到 php 获取 header 参数值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58503595/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com