How to make wcf to work over https. I want to use this wcf over https i have searched many articles i didn\'t get the answer please help iam new to wcf concepts. I want to c
I had the same problem, but wanted to test HTTP get requests, as my services are internal.
Remember to also make the HTTPS Get Enabled. httpsGetEnabled="true"
httpsGetEnabled="true"
My config is below as an example:
.....