I'm loading a map that has some specific layers through a server that is password protected. I'd like to be able to enter the username and password in code and NOT have this popup occur. I know you can cache it and it will log itself in when you leave the screen and go back, but is there a way to get the initial login to occur through code and even update as necessary as long as username and password do not change? I'm trying to prevent my users from doing too much work in order to use this.
