diff --git a/lmltfy/Controllers/HomeController.cs b/lmltfy/Controllers/HomeController.cs index 8db407b..0f3a276 100644 --- a/lmltfy/Controllers/HomeController.cs +++ b/lmltfy/Controllers/HomeController.cs @@ -38,7 +38,7 @@ namespace lmltfy.Controllers throw new HttpException(500, "Error parsing query"); } MvcApplication.azuredb.Save(new[] { searchModel }); - return Url.Action("Search", "Home", new { url = searchModel.Url }, Request.Url.Scheme); + return Url.Action("Search", "Home", new { url = searchModel.Url }, "https"); }