I have been tasked with writing a standalone java program that will read data in from a Domino app by calling a URL that produces the data into an XML format (embedded view on a page). The app does not allow anonymous access and the java app must run based on a cron job, scheduled. How can I pass along credentials with the call to the URL to get the data?
Thanks!
Ginni