Secure web services over https
Hi,I want to create secure web services, meaning over HTTPS. I have created the same and configured in IIS to consume HTTPS only.
What I need is that My service should not be accessed via browser directly.( I don't want to use SOAP header authentication as there is no username-password like thing) I just want that these service urls should be accessed directly in browser.
2.) I have created self signed certificate on local environment , what to do with production?
Thanks!
Anjali Bansal