On Aug 28, 2009, at 7:02 AM, pedroferreira wrote:
> I'm trying to login in zenoss using this url:
> http://zenuser:[email protected]:8080/zport/dmd/Devices/deviceList
> but this doesn't work... Any ideia?

This kind of URL will typically work for something like wget, but for  
you particular Java code it may not. You can try the following syntax  
instead to pass the credentials in via the query string instead.

http://192.168.25.129:8080/zport/dmd/Device/deviceList?__ac_name=zenuser&__ac_password=zenpassword
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to