
01/11/2004, 20:55
|
 | | | Fecha de Ingreso: octubre-2004 Ubicación: Maracaibo, Venezuela
Mensajes: 314
Antigüedad: 20 años, 6 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: |