Hi, my web application uses cookie based authentication. Which works very well with CookieCrumbler. Now I have been asked to implement some XML-RPC functions, which should use the same login information but use Basic Authentication. Any idea how to do that? Thanks Ulrich