Webservice to allow access only over HTTPS

sureshcd10

Regular
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.:rolleyes:
 
Back
Top