Asp Object: Request

Source: Internet
Author: User
Tags servervariables
Request object
The Request object retrieves the value that the client browser passes to the server during the HTTP Request.
Syntax Request [. collection | property | method] (variable)

Set
ClientCertificate
The field value stored in the client certificate sent to the HTTP request.
Cookies
The value of the cookie sent in the HTTP request.
Form
The value of the table element in the HTTP request body.
QueryString
Query the value of a variable in a string in HTTP.
ServerVariables
The value of the predefined environment variable.
Attribute
TotalBytes
Read only. Specifies the total number of bytes sent by the client in the request body.
Method
BinaryRead
Retrieve the data sent from the client to the server as part of the POST request.
Variable parameters are strings that specify the items to be retrieved from the set or used as input for methods or properties. For more information about the variable parameter, see the description of each set.
Note
If the specified variable is not one of the preceding five sets, the Request object returns EMPTY.
You can call Request (variable) to directly use all the variables without the name of the set. In this way, the Web server can search for a set in the following order.
QueryString
Form
Cookies
ClientCertificate
ServerVariables
If a variable of the same name appears in multiple sets, the Request object returns the first instance.
We recommend that you use the full name when it comes to members of the ServerVariables set. For example, Request. ServerVariables (AUTH_USER) is used instead of Request. (AUTH_USER ).
Related Article

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.