How to authenticate a particular user machine in web services without using Userid&Password Authentication
Introduction: In this article,i am going to explain about how to authenticate web service into a particular client machine without using userid/password (stored in database). Main: Normally we know in windows/password based authentications we are using ip addess for validating windows account. so here also i tried the same ip address approach for authenticating particular [...]