Request.ServerVariables
| PATH_INFO取的是當前文的路徑,效果等同用Request.ServerVariables("URL")
Request.ServerVariables("Path_Info") Request.ServerVariables("Appl_Physical_Path") Request.ServerVariables("Path_Translated") Request.ServerVariables("Script_Name") Request.ServerVariables("Query_String") Request.ServerVariables("Http_Referer") Request.ServerVariables("Server_Port") Request.ServerVariables("Remote_Addr") Request.ServerVariables("Remote_Host") Request.ServerVariables("Local_Addr") Request.ServerVariables("Http_Host") Request.ServerVariables("Server_Name") Request.ServerVariables("Request_Method") Request.ServerVariables("Server_Port_Secure") Request.ServerVariables("Server_Protocol") Request.ServerVariables("Server_Software") Request.ServerVariables("All_Http") Request.ServerVariables("All_Raw") Request.ServerVariables("Appl_MD_Path") Request.ServerVariables("Content_Length") Request.ServerVariables("Https") Request.ServerVariables("Instance_ID") Request.ServerVariables("Instance_Meta_Path") Request.ServerVariables("Http_Accept_Encoding") Request.ServerVariables("Http_Accept_Language") Request.ServerVariables("Http_Connection") Request.ServerVariables("Http_Cookie") 2DYum=125;ASPSESSIONIDCARTQTRA=FDOBFFABJGOECBBKHKGPFIJI;ASPSESSIONIDCAQQTSRB=LKJJPLABABILLPCOGJGAMKAM;ASPSESSIONIDACRRSSRA=DK HHHFBBJOJCCONPPHLKGHPB Request.ServerVariables("Http_User_Agent") Request.ServerVariables("Https_Keysize") Request.ServerVariables("Https_Secretkeysize") Request.ServerVariables("Https_Server_Issuer") Request.ServerVariables("Https_Server_Subject") Request.ServerVariables("Auth_Password") Request.ServerVariables("Auth_Type") Request.ServerVariables("Auth_User") Request.ServerVariables("Cert_Cookie") Request.ServerVariables("Cert_Flag") Request.ServerVariables("Cert_Issuer") Request.ServerVariables("Cert_Keysize") Request.ServerVariables("Cert_Secretkeysize") Request.ServerVariables("Cert_Serialnumber") Request.ServerVariables("Cert_Server_Issuer") Request.ServerVariables("Cert_Server_Subject") Request.ServerVariables("Cert_Subject") Request.ServerVariables("Content_Type") |
轉載于:https://www.cnblogs.com/zhangbinghe/archive/2009/07/17/1525665.html
總結
以上是生活随笔為你收集整理的Request.ServerVariables的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: vb对数据库操作用存储过程
- 下一篇: 生成函数初探