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.
Live Chat!









October 23rd, 2006 at 11:10 am
[...] 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. [...]
August 17th, 2008 at 3:00 pm
[...] 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, [...]
September 16th, 2008 at 7:53 pm
[...] 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, [...]