Hi,
I have an account that can only log on to ONE of our servers. This account cannot be used for interactive logon. When I launch IE on our server and connect to the internet, it prompts for user ID and password. So, I enter the account info that I was given and I was able to connect to the internet successfully.
But when I use it in our Java program, it won't work. We managed get it to work by allowing the account to log on to multiple servers. (I supposed that includes the ISA server as well.) I did a network trace and noticed that our Java app sent out the user ID and password as clear text to the ISA server and we got 407 back.
My question is: Why would it work on IE but not with our Java App? Why would the account need to gain access on the ISA server?
Any one got a similar problem before?
Thanks.
K
I have an account that can only log on to ONE of our servers. This account cannot be used for interactive logon. When I launch IE on our server and connect to the internet, it prompts for user ID and password. So, I enter the account info that I was given and I was able to connect to the internet successfully.
But when I use it in our Java program, it won't work. We managed get it to work by allowing the account to log on to multiple servers. (I supposed that includes the ISA server as well.) I did a network trace and noticed that our Java app sent out the user ID and password as clear text to the ISA server and we got 407 back.
My question is: Why would it work on IE but not with our Java App? Why would the account need to gain access on the ISA server?
Any one got a similar problem before?
Thanks.
K