• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    如何侦测HTTP表头信息?

    html>

    head>

    title> 千花飞舞之HTTP headERS侦测 /title>

    /head>

    body>

    TABLE BORDER=1>

    tr>td VALIGN=TOP>B>变量/B>/td>

    td VALIGN=TOP>B>/B>/td>/tr>

    % For Each key In Request.ServerVariables %>

    tr>

    td>% = key %>/td>

    td>

    %

    If Request.ServerVariables(key) = "" Then

    If GetAttribute(key) = "" Then

    Response.Write " "

    Else

    Response.Write GetAttribute(key)

    End If

    Else

    Response.Write Request.ServerVariables(key)

    End If

    Response.Write "/td>"

    %>

    /tr>

    % Next %>

    /TABLE>

    /body>/html>

     

    %

    Function GetAttribute(AttrName)

    Dim AllAttrs

    Dim RealAttrName

    Dim Location

    Dim Result

    AllAttrs = Request.ServerVariables("ALL_HTTP")

    RealAttrName = AttrName

    Location = instr(AllAttrs, RealAttrName ":")

    If Location = 0 Then

    GetAttribute = ""

    Exit Function

    End If

    Result = mid(AllAttrs, Location + Len(RealAttrName) + 1)

    Location = instr(Result, chr(10))

    If Location = 0 Then Location = len(Result) + 1

    GetAttribute = left(Result, Location - 1)

    End Function

     %>

    上一篇:如何处理包含&#106avascript语句时的间隔符?
    下一篇:如何提高Request集合的使用效率?
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    如何侦测HTTP表头信息? 如何,侦测,HTTP,表头,信息,