Changes between Version 46 and Version 47 of XmlRpcPlugin


Ignore:
Timestamp:
Jan 17, 2007, 9:33:26 PM (17 years ago)
Author:
Emmanuel Blot
Comment:

Add a note about HTTP authentication type

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v46 v47  
    4848
    4949You can use the HttpAuthPlugin to correct this.
     50
     51== Problems with ''Digest'' HTTP authentication ==
     52
     53The `xmlrpclib.ServerProxy` client - as demonstrated in the following examples - will not work with a ''Digest''-based HTTP authentication: you need to set up a ''Basic'' HTTP authentication on server side to make the examples work.
     54
     55If you use the standalone Trac daemon, this means that you cannot use the `tracd -a` option (htdigest authentication file). Use `trac --basic-auth` (htpasswd authentication file) instead.
    5056
    5157== Bugs/Feature Requests ==