projectkudu/slingshot

Link to HTTPS URL for new site after deployment

Closed this issue · 0 comments

In

responseObj["siteUrl"] = string.Format("http://{0}", hostName);

change
string.Format("http://{0}", hostName);
to
string.Format("https://{0}", hostName);