Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何获取客户端发送到服务器的请求标头详细信息,例如 URL + cookie + postdata + 其他内容
检查 $_SERVER 变量,它包含您需要的所有信息。