Foros del Web » Programando para Internet » ASP Clásico »

nombre del equipo conectado al server

Estas en el tema de nombre del equipo conectado al server en el foro de ASP Clásico en Foros del Web. hola a todos los quiero molestar con una inquetud que tengo es posible saber el nombre sel equipo que se esta connectando al servidor se ...
  #1 (permalink)  
Antiguo 13/05/2004, 14:55
 
Fecha de Ingreso: marzo-2002
Ubicación: la comuna de la florida santiago chile
Mensajes: 71
Antigüedad: 22 años, 2 meses
Puntos: 0
nombre del equipo conectado al server

hola a todos

los quiero molestar con una inquetud que tengo es posible saber el nombre sel equipo que se esta connectando al servidor



se que con esta istruccion me da algunos datos del visitante
ejemplo

este me da el ip del visitante REMOTE_ADDR

pero ahy alguna manera de saber el nombre del equipo ??
lo quiero usar en una intranet

For Each VariableName In Request.ServerVariables

Response.Write "<TR>"
Response.Write " <TD>&nbsp;" & VariableName & "</TD>"
Response.Write " <TD>&nbsp;"
Response.write Request.ServerVariables(VariableName)
Response.Write " </TD>"
Response.Write "</TR>"

Next



atte
Manolin
  #2 (permalink)  
Antiguo 13/05/2004, 16:39
Avatar de Avelar  
Fecha de Ingreso: noviembre-2002
Ubicación: Ensenada, Baja California, México
Mensajes: 673
Antigüedad: 21 años, 7 meses
Puntos: 1
¿No es con el HTTP_HOST?
__________________
Ariel Avelar
  #3 (permalink)  
Antiguo 14/05/2004, 10:28
Avatar de AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 23 años, 3 meses
Puntos: 535
HTTP_HOST devuelve el nombre del servidor, no del equipo conectado a él (al menos a mi me devuelve el nombre de mi servidor)


Cita:
REMOTE_HOST is the name of the host making the request
Ahí arriba dice que REMOTE_HOST devuelve el NOMBRE del equipo que efectúa el requerimiento, pero a mi me devuelve la IP..
  #4 (permalink)  
Antiguo 01/11/2004, 03:22
 
Fecha de Ingreso: febrero-2003
Mensajes: 19
Antigüedad: 21 años, 4 meses
Puntos: 0
Tengo el mismo problema que se plantea en esta consulta ya olvidada.

¿Alguien puede ayudarnos?
__________________
www.maratongranada.es2000.com
  #5 (permalink)  
Antiguo 01/11/2004, 19:57
Avatar de yiyocastro  
Fecha de Ingreso: octubre-2004
Ubicación: Maracaibo, Venezuela
Mensajes: 314
Antigüedad: 19 años, 7 meses
Puntos: 0
Amigo.. te recomiendo aunque sta en ingles... ! bye espero haberte ayudado... http://www.devguru.com/Technologies/.../asp_list.html
__________________
Nada es verdad, nada es mentira, todo esta en el cristal con que lo miras. :si:
  #6 (permalink)  
Antiguo 01/11/2004, 20:55
Avatar de yiyocastro  
Fecha de Ingreso: octubre-2004
Ubicación: Maracaibo, Venezuela
Mensajes: 314
Antigüedad: 19 años, 7 meses
Puntos: 0
ALL_HTTP -> Esta toda la cabeza del HTTP enviado por el cliente.

ALL_RAW -> Da todas las cabezas en el formulario.

APPL_MD_PATH -> Da el camino del metabase.

APPL_PHYSICAL_PATH -> Da el camino fisico correspondiente al camino metabase.

AUTH_PASSWORD -> Es el varlor introducido en el dialogo de autenticacion del cliente.

AUTH_TYPE -> Es el metodo de autenticacion que el serividor usa para validar usuarios.

AUTH_USER -> Es el nombre de usuario autenticado.

CERT_COOKIE -> Es un unico ID para el certificado del cliente que es recibido como String.

CERT_FLAGS -> Es cuando bit 0 se coloca en 1, si el cliente esta presente, y bit1 se coloca en 1 certificando la autoridad de el cliente certificado cuando es valido.

CERT_ISSUER -> Es el campo emisor del certificado del cliente.

CERT_KEYSIZE -> Es el numero de bits en la Conexion Segura, lo cual identifca el tamaño de la clave.

CERT_SECRETKEYSIZE is the number of bits in the server certificate private key.

CERT_SERIALNUMBER is the serial number field of the client certificate.

CERT_SERVER_ISSUER is the issuer field of the server certificate.

CERT_SERVER_SUBJECT is the subject field of the server certificate.

CERT_SUBJECT is the subject field of the client certificate.

CONTENT_LENGTH is the length of the content header as sent by the client.

CONTENT_TYPE is the data type of the content.

GATEWAY_INTERFACE is the revision of the CGI specification used by the server.

HTTP_<HeaderName> is the value stored in the header HeaderName.

HTTP_ACCEPT returns the value of the Accept header.

HTTP_ACCEPT_ENCODING returns the value of the Accept encoding.

HTTP_ACCEPT_LANGUAGE returns a string that specifies the language to be used for displaying content.

HTTP_CONNECTION returns a string containing information about the connection.

HTTP_COOKIE returns the cookie string that was included with the request.

HTTP_HOST returns a string containing information about the host.

HTTP_REFERER returns a string containing the original URL when a redirect has occurred.

HTTP_USER_AGENT returns a string describing the browser used to send the request.

HTTP_UA_PIXELS returns a string detailing the screen resolution of the user agent.

HTTP_UA_COLOR returns a string with color information.

HTTP_UA_OS returns a string stating the operating system of the user agent.

HTTP_UA_CPU returns a string stating the processor type used by the user agent.

HTTPS returns ON if the request came in through secure channel or OFF if the request is through a non-secure channel.

HTTPS_KEYSIZE is the number of bits in Secure Sockets Layer (SSL) connection key size.

HTTPS_SECRETKEYSIZE is the number of bits in server certificate private key.

HTTPS_SERVER_ISSUER is the issuer field of the server certificate.

HTTPS_SERVER_SUBJECT is the subject field of the server certificate.

INSTANCE_ID is the ID for the Internet Information Server (IIS) instance in text format.

INSTANCE_META_PATH is the metabase path for the instance of Internet Information Server (IIS) that responds to the request.

LOCAL_ADDR returns the server address on which the request came in.

LOGON_USER is the Windows account that the user is logged into.

PATH_INFO is extra path information as given by the client.

PATH_TRANSLATED is a translated version of PATH_INFO that takes the path and performs any necessary virtual-to-physical mapping.

QUERY_STRING is the query information stored in the string following the question mark (?) in the HTTP request.

REMOTE_ADDR is the Internet Protocol (IP) address of the remote host making the request.

REMOTE_HOST is the name of the host making the request.

REMOTE_USER is an unmapped user-name string sent in by the user.

REQUEST_METHOD is the method used to make the request.

SCRIPT_NAME is the virtual path to the calling script.

SERVER_NAME -> Es el nombre del servidor, nombre de dominio (DNS) alias, o IP.

SERVER_PORT -> Es el numero de puerto en que el request fue enviado.

SERVER_PORT_SECURE -> Es un String que contiene a un (if the request is being handled on the secure port), de lo contrario es 0.

SERVER_PROTOCOL -> Es el nombre y la revision de el request information protocol RIP.

SERVER_SOFTWARE -> Es el nombre y la version se software del servidor que responde a los request de el GateWay.

URL is the base portion of the URL.


Traduci algunas.!
__________________
Nada es verdad, nada es mentira, todo esta en el cristal con que lo miras. :si:
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 23:48.