Re: 100-continue support
Helge Hess <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Message-ID | <[email protected]> |
On 19.02.2004, at 16:38, Adam Williams wrote:
>> 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.
regards,
Helge
--
http://docs.opengroupware.org/Members/helge
OpenGroupware.org
--
OpenGroupware.org XML-RPC
[email protected]
http://mail.opengroupware.org/mailman/listinfo/xmlrpc