filmov
tv
307 Temporary Redirect by Kestrel server
Показать описание
The issue 307 Temporary Redirect was thrown by from the Kestrel server for me when I was trying to deploy the ASP.NET core application in Linux operating system. Due to this web application was not working.
When I was trying to deploy my ASP.NET Core web application I ran the dotnet CLI command. I could see my application started running and it was listening on ports 5000 and 5001. The port 5000 was for HTTP calls and 5001 for HTTPS calls.
When I was trying to deploy my ASP.NET Core web application I ran the dotnet CLI command. I could see my application started running and it was listening on ports 5000 and 5001. The port 5000 was for HTTP calls and 5001 for HTTPS calls.