I would like to access a controller method with ngrok but it does not enter my breakpoint.
The controller method I would like to access is: http://localhost:44365/twilio/incoming
I first ran this command in ngrok: ngrok http 44339. This provided an ngrok url like 'http://[....].ngrok.io'.
Next, I hooked up this ngrok and when I called the base address + 'twilio/incoming' it shows this in my ngrok window (so I assume the request got into ngrok).
However, the problem is that the breakpoint is not getting hit.