Could not find a base address that matches scheme https for the endpoint with binding WebHttpBinding. Registered base address schemes are [http]

前端 未结 5 1037
礼貌的吻别
礼貌的吻别 2020-12-24 02:16

I\'ve been through several web site that suggest solution to this problem, but still I can\'t get rid of it.

My WebConfig:



        
5条回答
  •  旧巷少年郎
    2020-12-24 02:32

    To make it work you have to replace a run this line of code serviceMetadata httpGetEnabled="true"/> http instead of https and security mode="None" />

提交回复
热议问题