Example of request. servervariables:

Source: Internet
Author: User
Tags servervariables
// Local IP address: <% = request. servervariables ("remote_addr") %>
// Server name: <% = request. servervariables ("SERVER_NAME") %>
// Server IP: <% = request. servervariables ("local_addr") %>
// Server port: <% = request. servervariables ("server_port") %>
// Server time: <% = now %>
// IIS Version: <% = request. servervariables ("server_software") %>
// Script Timeout: <% = server. scripttimeout %>
// Path of this file: <% = server. mappath (request. servervariables ("script_name") %>
// Number of server CPUs: <% = request. servervariables ("number_of_processors") %>
// Server interpretation engine: <% = scriptengine & "/" & scriptenginemajorversion & "." & scriptengineminorversion & "." & scriptenginebuildversion %>
// Server OS: <% = request. servervariables ("OS") %>
// Supported file types: <% = request. servervariables ("http_accept") %>
// Path of the accessed file: <% = request. servervariables ("http_url") %>
// User Agent Information: <% = request. servervariables ("http_user_agent") %>
// Get the file name in the URL and the passed value: request. servervariables ("script_name") + "? "+ Request. servervariables (" QUERY_STRING ")

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.