Live Chat!

get to know what web server a site used

          0 votos

October 20th, 2006 mysurface Posted in Network, curl | Hits: 6549 |

You can get the information of what web server a site used by refers to HTTP Header of a site, usually it is invisible from user. To look at the header of google web server, simply do this at your command line.

curl -I www.google.com

Hehe, google uses GWS/2.1. What web server is that? Google Web Server, google’s design its own web server? maybe.

3 Responses to “get to know what web server a site used”

  1. [...] A previous post talked about the usage of curl to request a single URL and display its response header fields. It’s good to know that curl also accepts multiple URLs as arguments. [...]

  2. [...] resuming guest OS very fast. 6. Setting disabled while guest OS is running or saved. Related Postsget to know what web server a site used You can get the information of what web server a site used by refers to HTTP Header of a site, [...]

  3. [...] and put the script to run as cron job ordering pizza as your breakfast every morning. Related Postsget to know what web server a site used You can get the information of what web server a site used by refers to HTTP Header of a site, [...]

Leave a Reply