标签: php nginx http-headers
如何获取客户端发送给服务器的请求标头详细信息,如URL + cookie + postdata +其他内容
答案 0 :(得分:0)
检查$ _SERVER变量,它包含您需要的所有信息。