Documentation for this section has not yet been entered.
The GlobalizationSection.RequestEncoding property specifies the assumed encoding of each incoming HTTP request, including posted data and query-string data. If the request comes with a request header containing a System.Net.HttpRequestHeader.ContentType field, the System.Net.HttpRequestHeader.AcceptCharset field of the request header overrides the GlobalizationSection.RequestEncoding of the configuration.
The default encoding is UTF-8, specified in the globalization section of the Machine.config file that was created when the .NET Framework was installed. If the GlobalizationSection.RequestEncoding property is not specified in the Machine.config or Web.config file, encoding defaults to the Regional Options locale setting on the computer. For single-server applications, the GlobalizationSection.RequestEncoding and GlobalizationSection.ResponseEncoding properties should be the same. When using multiple server applications where the default server encodings are different, you can use local Web.config files to vary the GlobalizationSection.RequestEncoding and GlobalizationSection.ResponseEncoding properties.