I am trying to authenticate with tomcat server via LDAP. Then, after authentication, send a basic GET request to return the data (XML) and display it to the user. How do I authenticate with the server and then complete this request? Are there any good good guides or libraries for this? I am new to this protocol.
source share