For a POST request, where is the entry point in NET Core Web application (so that I can place a breakpoint there)? – Asp.net
My Postman POST request never reaches its public endpoint in the controller. The response I get back from my web application (running on a localhost port) is the app's static index.html page. I want to debug what happens to the…