Edge
4.5
Available
Beginning in .NET Framework 4.5, UTF-7 encoding is prohibited in xref:System.Web.HttpRequest?displayProperty=names' bodies. Data for applications that depend on incoming UTF-7 data will not decode properly in some cases.
- Quirked
- Build-time break
Ideally, applications should be updated to not use UTF-7 encoding in
xref:System.Web.HttpRequest?displayProperty=names. Alternatively, legacy
behavior can be restored by using the aspnet:AllowUtf7RequestContentEncoding
attribute of the
appSettings
element.
P:System.Web.HttpRequest.ContentEncoding
ASP.NET