Search found 2 matches

by jyemin
Sat May 24, 2008 3:24 am
Forum: Writing a Manager
Topic: http manager
Replies: 7
Views: 34387

I think I misunderstood getOrAskUserPassword. I would call that from init or prepareForReading and store it in my Manager implementation. Right?
by jyemin
Fri May 23, 2008 9:59 pm
Forum: Writing a Manager
Topic: http manager
Replies: 7
Views: 34387

http manager

I'd like to create an http-based manager that supports the following: 1. auto refresh 2. http basic/digest authentication with password caching on the client The server will support URLs like this: http://my.server.com:39871/global/diag/log?offset=1000&len=100 and the page will be password protected...