I am in the process of writing a Java/J2EE Application and from within it I would like to be able to call the Livelink Search XML API. Clearly just executing the URL ‘ for example will cause the login page to be displayed which is not what I want.
Can you explain how I might be able to authenticate as part of the http: get ? Perhaps using JAAS ?
Can you explain how I might be able to authenticate as part of the http: get ? Perhaps using JAAS ?