This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Web-metadata"
From OWASP
(Created page with "'''Server HTTP header''' '''Powered-by HTTP header''' '''HTML/HTTP header Metadata'''") |
(HTTP headers and HTML metadata collected to use it within unmaskme project) |
||
| Line 4: | Line 4: | ||
'''HTML/HTTP header Metadata''' | '''HTML/HTTP header Metadata''' | ||
| + | |||
| + | |||
| + | {| class="wikitable" style="text-align: center; " | ||
| + | |'''Server HTTP header''' | ||
| + | |'''Description''' | ||
| + | |'''More information''' | ||
| + | |- | ||
| + | |Apache/X.X | ||
| + | |Web server using [http://www.apache.org/ Apache] technology | ||
| + | |[http://news.netcraft.com/archives/category/web-server-survey/ Technology lider in Internet] | ||
| + | |- | ||
| + | |Microsoft-IIS/X | ||
| + | |Web server using [http://www.iis.net/ Microsoft IIS technology] | ||
| + | |[http://blogs.technet.com/b/stefan_gossner/archive/2008/03/12/iis-7-how-to-send-a-custom-server-http-header.aspx How to modify this header] | ||
| + | |} | ||
Revision as of 09:44, 26 June 2013
Server HTTP header
Powered-by HTTP header
HTML/HTTP header Metadata
| Server HTTP header | Description | More information |
| Apache/X.X | Web server using Apache technology | Technology lider in Internet |
| Microsoft-IIS/X | Web server using Microsoft IIS technology | How to modify this header |