danielhok
09/21/2023, 9:16 PMCraig100
09/22/2023, 8:17 AMrasmusjp
09/22/2023, 11:17 AMX-Forwarded-Proto
header, which IIRC Caddy sets by default. Just make sure it's registered before any Umbraco middleware.Craig100
09/22/2023, 3:12 PM<link rel="canonical" href="https://danobe.dev@(Model.Url())">
It's a bit of a cheat but it works šdanielhok
09/22/2023, 3:14 PMdanielhok
10/02/2023, 3:39 PMcsharp
app.Use((context, next) =>
{
context.Request.Scheme = "https";
return next(context);
});
Thank you for your help! šrasmusjp
10/02/2023, 3:53 PMA hub and casual space for you to interact with fellow community members and learn more about Umbraco!
Powered by