I use default project sample ( “blazor-wasm”) and I need to support both HTTP & HTTPs protocols. I have removed execution of app.UseHsts() and app.UseHttpsRedirection() from the AppHost/Program but still when I try to access the domain with HTTP protocol I am redirected to HTTPs. Is it something related to letsencrypt service?
On get request there is “307 Internal Redirect” with (https) Location: https://somedomain.com/
and “Non-Authoritative-Reason:HSTS”