owa_util.get_cgi_env 函数参数说明.

来源:互联网 发布:unity3d 对话框 编辑:程序博客网 时间:2024/05/21 19:05
 owa_util.get_cgi_env 函数参数说明.

Variable 变量Variable Meaning 变量意义AUTH_TYPE Method used to validate user  
校验用户的类型。GATEWAY_INTERFACE The revision of the CGI specification to whichthe server complies  
服务器兼容的CGI说明书的版本。HTTP_USER_AGENT The browser the client is using to send the request  
客户端用来发送请求的浏览器。PATH_INFO Extra path information given by the client  
客户端给出的额外的路径信息。PATH_TRANSLATED Translated version of PATH_INFO provided by serverfor mapping. This consists of the document root concatenated to the PATH_INFO.  
服务器提供的映射用的PATH_INFO的翻译版本。REMOTE_HOST Hostname making the request if it can be determined  
发出请求的主机名,如果它可以判断的话REMOTE_ADDR IP address of the remote host making the request  
发出请求的远程主机IP地址REMOTE_USER Used to authenticate user  
用于鉴别用户REMOTE_IDENT Set to the remote username retrieved from theserver  
设置由服务器检索出的远程用户名SERVER_PROTOCOL Name and revision of the information protocolused in the request  
请求使用的信息协议的名称和版本SERVER_SOFTWARE Name and version of information server softwareanswering the request  
回答请求的信息服务器软件的名称和版本。SERVER_NAME The server's hostname, or IP address  
主机名或IP地址SERVER_PORT Port number on which the server is running  
服务器所运行的端口SCRIPT_NAME Virtual path to the script being executed, usedfor self-referencing URL  
将执行脚本的虚拟路径,用于自引用URL。