1

Any clue or example on how to implement basic authentication for XMLRPC using org.apache.xmlrpc.webserver.WebServer?

I'm using the Java API apache-xmlrpc-3.1.2 and I'm not being able to implement authentication without org.apache.xmlrpc.webserver.ServletWebServer

1 Answer 1

4

There is an example in Apache XML-RPC documentation. Look in BasicAuthentication section.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.