You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v2.5.0, non ASCII characters encoded with UTF-8 are corrupted. This example is made by changing Index.cshtml in HelloRin.
Cause
The cause is that BodyDataPayload was changed in the version.
If no transformer is specified, payloadBodyContentType will be null and the body converted to BASE64 will be sent to the client without PresentationContentType. In older version, the body was sent without being converted to BASE64.
The text was updated successfully, but these errors were encountered:
Summary
In v2.5.0, non ASCII characters encoded with UTF-8 are corrupted. This example is made by changing Index.cshtml in HelloRin.
Cause
The cause is that
BodyDataPayload
was changed in the version.If no transformer is specified,
payloadBodyContentType
will be null and the body converted to BASE64 will be sent to the client withoutPresentationContentType
. In older version, the body was sent without being converted to BASE64.The text was updated successfully, but these errors were encountered: