gpt4 book ai didi

PHP:格式错误的 header

转载 作者:可可西里 更新时间:2023-10-31 23:03:13 25 4
gpt4 key购买 nike

有人可以解释一下这段 PHP 代码有什么问题吗? (PHP 版本 5.3.5)

<?php 
header('Bad Request', true, 400);
exit;

我得到的状态是 500 而不是 400。在 apache 错误日志中我得到

malformed header from script. Bad header=Bad Request: listener.php

我在这里做错了什么?我是不是误会了the docs

最佳答案

你必须写:

header('HTTP/1.0 400 Bad Request', true, 400);

关于PHP:格式错误的 header ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6103455/

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