How to enable HTTPS on WCF RESTful Service?

后端 未结 3 1241
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-25 15:00

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

3条回答
  •  失恋的感觉
    2020-12-25 15:17

    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"

    My config is below as an example:

       
          
            
              
            
       
        .....
        
          
            
              
              
            
           
         
    

提交回复
热议问题