我正在使用Laravel和Apache作为后端创建API。当我在终端输入curl命令时,我的困境就是这样,
curl -H "API KEY: NIKAPIKEY" --data "param1=value1¶m2=value2" http://localhost:8888/awesome-calendar/public/config
如何在我的php后端读取标头API KEY?就像我可以将POST参数读为$ _REQUEST。
答案 0 :(得分:0)
@nogad回答
函数 apache_request_headers 的作用类似于所有HTTP标头的var_dump
http://php.net/manual/en/function.apache-request-headers.php