We have asp core websites hosted as http rather than https as the public facing server takes any https calls the those web sites and translates them to http.
Do we therefore need to set app.UseHttpsRedirection();
in program.cs?
Thanks
We have asp core websites hosted as http rather than https as the public facing server takes any https calls the those web sites and translates them to http.
Do we therefore need to set app.UseHttpsRedirection();
in program.cs?
Thanks