get to know what web server a site used


/ Published in: Bash
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. curl -I www.google.com

Report this snippet


Comments


You need to login to view comments.