web - How does nginx view the client's http head?
淡淡烟草味
淡淡烟草味 2017-05-16 17:28:40
0
1
505

The server uses nginx, how to check the user's http request header?

淡淡烟草味
淡淡烟草味

reply all(1)
某草草

nginx has no necessary connection with the user’s http request header.

Where do you want to watch it? What do you want to see specifically?

On the browser, open firebug to view the network request. The request header and receiving header are clear at a glance.

On the server, just use a programming language to view server variables. For example, use phpinfo();

in php
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!