标签: php http-headers httpresponse
我知道当通过print_r(remove_accents('Iași, Iași County, Romania')); 方法从客户端发送到服务器的简单表单时,发送请求具有以下标题:
print_r(remove_accents('Iași, Iași County, Romania'));
post
现在,当服务器返回请求的答案时,是否可以将上述标题创建为Response标头?
(我的服务器语言是PHP)