Home  >  Q&A  >  body text

web - How does nginx view the client's http head?

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

淡淡烟草味淡淡烟草味2712 days ago513

reply all(1)I'll reply

  • 某草草

    某草草2017-05-16 17:30:40

    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

    reply
    0
  • Cancelreply