We have 2 public facing internet servers in our company. (serverA.mycompany.com & serverB.myCompany.com)
We are hosting an asp.net web service(.asmx) in one of those servers, which is exposed to internet. We need to make an authentication/authorization(without using passwords/windows auth) and allow only the requests which come from "*.myCompany.com"
Unfortunately the IP addresses of the machines are not static.They keep changing once in 6 months or so. So IP based access is not a solution for us.
Please help me to allow only the requests which come from "*.myCompany.com"