当使用 parse 发出请求时,会抛出异常并显示消息 "This header must be modified with the appropiate property."

When making requests with parse an exception is thrown with the message "This header must be modified with the appropiate property."

我正在开发一个带有解析后端的项目。我 运行 遇到一个问题,在 Android.

上发出请求时总是出现异常

[mono] System.ArgumentException: This header must be modified with the appropiate property. [mono] at System.Net.WebHeaderCollection.CheckRestrictedHeader (System.String headerName) [0x00000] in :0 [mono] at System.Net.WebHeaderCollection.Set (System.String name, System.String value) [0x00000] in :0 [mono] at System.Net.WebHeaderCollection.Set (HttpRequestHeader header, System.String value) [0x00000] in :0 [mono] at System.Net.WebHeaderCollection.set_Item (HttpRequestHeader header, System.String value) [0x00000] in :0 [mono] at Parse.PlatformHooks+d__19.MoveNext () [0x00000] in :0

奇怪的是,这只是 Xamarin.Android 上的一个问题。我的代码在 Xamarin.iOs 和 Windows Phone 8.

上运行良好

什么可能导致无效 header?

此问题已修复,将很快发布。我有同样的问题,现在我使用版本 1.3.2
Link 错误: https://developers.facebook.com/bugs/1578599005710317/