the problem is that
I would like to directly get the webpage content
http://server.nsf/viewname?openview
what should i do?
I cannot directly get the content as it requires authenication.
i have thought about 2 method
1. get the sessionid of the set-cookie from the page
http://server.nsf?login&username=abc&password=def
and then set the set-cookie field to get the content of
http://server.nsf/viewname?openview
but it doesn't work
so,
I would like to ask how can the browser log the username and password and make the http request so that it can keep the session.
if the ACL of the server should not be modified, can it be done?