【发布时间】:2015-09-21 11:04:56
【问题描述】:
我想向域发送自定义标头。
我尝试如下:
header("myheader: value1");
//i want to redirect above header to a samplesite now
header('Location: http://localhost/samplesite', FALSE);
exit;
现在在示例站点中,我无法获取我的标题。 如何实现,请帮帮我。
【问题讨论】:
标签: php http-headers