ASP의 서버변수 Request.ServerVariables 컬렉션 예제 > 기술자료 | 해피정닷컴

ASP의 서버변수 Request.ServerVariables 컬렉션 예제 > 기술자료

본문 바로가기

사이트 내 전체검색

ASP의 서버변수 Request.ServerVariables 컬렉션 예제 > 기술자료

ClassicASP ASP의 서버변수 Request.ServerVariables 컬렉션 예제

페이지 정보


본문

ASP의 서버변수는 꽤나 다양하다.


## HTTP전체 문자열
all_http = request.ServerVariables("all_http")

- all_raw
- appl_md_path
- auth_password
- auth_type
- auth_user
- cert_cookie
- cert_flags
- cert_issuer
- cert_keysize
- cert_secretkeysize
- cert_serialnumber
- cert_server_issuer
- cert_subject

## HTTP 요청을 한 클라이언트에서 입력한 문자열의 총길이
content_length = Request.ServerVariables("CONTENT_LENGTH")

- content_type
- gateway_interface
- https
- http_accept
- http_accept_encoding
- http_accept_language
- http_cookie
- http_connection
- https_keysize
- https_secretkeysize
- https_server_issuer
- https_server_subject

## 홈페이지 주소중 ***.com 등을 제외한 경로
http_url = request.servervariables("http_url")
예시:  https://www.happyjung.com/123.asp?v=1&v=2
결과:  /123.asp?v=1&v=2

## HTTP 요청을 받은 서버 호스트 명( 도메인 명 )
http_host = Request.ServerVariables("http_host")

## 이전 페이지
http_referer = Request.ServerVariables("http_referer")

- http_user_agent
- instance_id
- instance_meta_path

## HTTP 요청을 받은 서버 호스트의 (아이피)
local_addr = Request.ServerVariables("local_addr")

## 사용자 LogOn 계정이름
logon_user = Request.ServerVariables("logon_user")

- path_info
- path_translated
- query_string

## 클라이언트 ip 주소 알아내기
remote_addr = Request.ServerVariables("remote_addr")

## HTTP 요청을 한 클라이언트 호스트 명 - 정보가 없으면 REMOTE_ADDR과 같음
remote_host = Request.ServerVariables("REMOTE_HOST")

- remote_user
- request_method
- script_name

## server_name
server_name = request.ServerVariables("server_name")
예시:  https://www.happyjung.com/123.asp?v=1&v=2
결과:  www.happyjung.com

'HTTP 요청과 응답에 사용되는 PORT ( 웹서버의 기본포트는 80 )
server_port = Request.ServerVariables("SERVER_PORT")

- server_port_secure

## HTTP 요청과 응답에 사용되는 프로토콜 버전
server_protocol = Request.serverVariables("SERVER_PROTOCOL")

## HTTP 요청을 받은 서버의 웹서버 버전 
server_software = Request.serverVariables("SERVER_SOFTWARE")

## 현재 페이지 이름
url = Request.ServerVariables("url")
예시:  https://www.happyjung.com/123.asp?v=1&v=2
결과:  /123.asp


============================


## 전체 서버변수를 뿌리는 예제
<html>
<body>
    <table >
    <% For Each key in Request.ServerVariables %>
        <tr>
            <td><%=key %></td>
            <td>
            <%
                if Request.ServerVariables(key) = "" Then
                    Response.Write " "
                else
                    Response.Write Request.ServerVariables(key)
                end if
            %>
            </td>
        </tr>
    <% next %>
    </table>
</body>
</html>


## 언어선택후 자동로딩 예제
https://www.happyjung.com/lecture/2683  로 이동


참고사자료
http://itisfun.tistory.com/48
http://www.webmadang.net/develop/develop.do?action=read&boardid=1001&page=4&seq=38

댓글목록

등록된 댓글이 없습니다.


Total 198건 9 페이지
  • RSS
기술자료 목록
38
ClassicASP   12250  2008-04-24 11:47 ~ 2012-03-24 00:00  
37
ClassicASP   14559  2008-04-23 22:02 ~ 2015-02-03 00:00  
36
ClassicASP   14353  2008-04-17 22:30 ~ 2013-06-19 00:00  
35
ClassicASP   18530  2008-04-16 22:54  
34
ClassicASP   19168  2008-04-04 04:45  
33
ClassicASP   12799  2008-03-29 16:40  
32
ClassicASP   26987  2008-03-24 17:55 ~ 2012-05-18 00:00  
31
ClassicASP   12850  2008-03-21 08:36  
30
ClassicASP   30340  2008-03-14 14:53 ~ 2018-03-24 04:08  
29
ClassicASP   13918  2008-03-13 08:04  
28
ClassicASP   12019  2008-03-13 07:31  
27
ClassicASP   30469  2008-03-09 18:44 ~ 2018-05-15 14:37  
26
ClassicASP   23272  2008-03-08 10:40 ~ 2013-11-28 00:00  
25
ClassicASP   25015  2008-03-08 10:34 ~ 2014-07-08 00:00  
24
ClassicASP   10726  2008-01-10 08:48  
열람
ClassicASP   27138  2007-12-29 11:18  
22
ClassicASP   10981  2007-12-28 14:42 ~ 2008-10-17 00:00  
21
ClassicASP   22843  2007-09-28 22:39 ~ 2009-11-11 00:00  
20
ClassicASP   11695  2007-09-28 21:47  
19
ClassicASP   17697  2007-09-22 18:30 ~ 2013-12-26 00:00  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.