ASP.Net Core development mode no longer redirects to https.
Fixes hot module reloading through proxy. Production mode still redirects to https.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"MultiShop": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"applicationUrl": "https://localhost:5001;http://localhost:5000",
|
||||
"applicationUrl": "http://localhost:5000;https://localhost:5001",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
|
Reference in New Issue
Block a user