[thelist] is this usual

Scott Schrantz scotts at rci-nv.com
Fri Feb 28 12:38:01 CST 2003


> -----Original Message-----
> From: Andrew [mailto:andrew at humanbehaviour.co.uk]
>
> is this a usual display for a site?
>
> http://212.137.46.1/

It's not "usual", but as long as it's being done on purpose it's fine. It
helps during development to know which server variables can be accessed by
scripts. I have one just like it on my site.
http://www.computer-vet.com/sv.asp
<%
For Each Key in Request.ServerVariables
	Response.Write "<p>" & Key & " : " & Request.ServerVariables(Key) &
"</p>"
Next
%>

Are you asking because it's your site and you don't know why you're getting
that, or did you just stumble across it?

--
Scott Schrantz
work: www.rci-nv.com
play: www.computer-vet.com



More information about the thelist mailing list