
In order to show the Host Header requested from the GET HTTP, you only need to print the Server Variable SERVER_NAME.
An example in asp could be:
<%
response.write Request.ServerVariables("SERVER_NAME")
%>
This blog contain some interesting links, some useful information and any other thing I would like to keep logged.
0 commenti:
Post a Comment