Attempting to login to a password-protected site (Apache Tomcat manager application such as http://www.xxx.com:8082/manager) and it gives a pop-up password prompt. I have seen some posts here regarding automating id/pwd if i know the variable names i will be posting to but i'd be stuck going through tomcat source code to try and figure that out. I can make a http request just fine to a non-pwd protected site using UserAgent and HTTp request, so at least I am that far. Any way to just give the pop up form two pieces of data (id & password), regardless of what their variable names are and then it would read the response?
Perhaps I am approaching this all wrong!!