sureshcd10
Well-known member
- Joined
- Dec 25, 2003
- Messages
- 77
We are working on a .NET 1.1 and we are required to restrict access to a webservice over HTTP and allow access only over HTTPS.We found that this can be done via Source code implementation i.e. to check the incoming request is on Secure communication or not? Any other suggestions.