On Feb 29, 2012, at 5:18 PM, Daved wrote: > I am trying to communicate with a server that sends back invalid html > headers. In .Net, I solved this problem with setting UseUnsafeHeaderParsing > to true. How can I accomplish this same task in MonoDroid. I am using an > HttpWebRequest.
The UseUnsafeHeaderParsing entry requires System.Configuration, which isn't present in Mono for Android. I don't think it would help anyway; while Mono parses the useUnsafeHeaderParsing XML attribute, it doesn't appear to _do_ anything with it. Mono doesn't appear to have any equivalent to UseUnsafeHeaderParsing functionality. :-( Sorry, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
