Re: 100-continue support

Adam Tauno Williams <[email protected]>
Newsgroups gmane.comp.cms.opengroupware.xmlrpc.devel
Message-ID <[email protected]>
> >> you can track progress using that:
> >>    http://bugzilla.ximian.com/show_bug.cgi?id=50530
> >> In short: as far as I can see the Mono HTTP client is very, lets say
> >> "raw". It needs a LOT of work to become useful.
> > Hmmm..
> Update: Finally the HTTP connection seems to work as required, you need 
> to set the HTTP protocol to 1.0 to avoid the expect, like that:
> ---snip---
>        HttpWebRequest webRequest =
> 	   (HttpWebRequest)WebRequest.Create(destination);
>        webRequest.Credentials = credentials;
>        webRequest.PreAuthenticate = true;
>        webRequest.ProtocolVersion = HttpVersion.Version10;
> ---snap---
> I didn't try any XML-RPC client so far, but basic authentication seems 
> just fine.

But still avoiding ngobjweb and going straight into ZideStore?
-- 
OpenGroupware.org XML-RPC
[email protected]
http://mail.opengroupware.org/mailman/listinfo/xmlrpc
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.