I am trying to eliminate duplicate services. Right now we have two server, with identical services. One with security enabled, one without.
The secure server has ssl enabled and has endpoints through a Web App Firewall (proxy)
The insecure server is internal only.
The point of the insecure server is so that employees, on the internal network, do not have to login.
I already sniff the host during access to load a config file. I was hoping that i could hard code credentials (or at least perform the login behind the scenes) so that i can access the secure server without a prompt for a login If i detect the user is on the internal network. Is that possible?
thanks.