Request.ServerVariables Question

J

josef

i would like to capture the server variables from a remote server in our
org. is this possible ??
 
J

josef

we have some servers and want to be able to collect their server
variable info from a source server. i haven't been clued in as to why ..
i've been asked if it can be done.

thx
 
A

Adrienne

we have some servers and want to be able to collect their server
variable info from a source server. i haven't been clued in as to why ..
i've been asked if it can be done.

thx

You might think about going to http://www.netcraft.com . They might be
able to tell you what you're looking for.
 
E

Evertjan.

josef wrote on 29 sep 2003 in microsoft.public.inetserver.asp.general:
i would like to capture the server variables from a remote server in our
org. is this possible ??

<% For each d in Request.ServerVariables %>
<%=d%>
=
<%=Request.ServerVariables(d)%>
<br>
<% Next %>
 
R

Ray at

You could make a page on each server that returns the server variables and
then use XMLHTTP to read the pages.

Ray at work
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,102
Messages
2,570,646
Members
47,247
Latest member
GabrieleL2

Latest Threads

Top