由於程式在伺服器比較不容易 Debug 故使用 ngrok 作為跳板,讓本機的 Visual Studio 可以直接 Debug
可以直接執行 Visaul Studio 看 Port 或從專案屬性找到 :
下載 ngrok : https://ngrok.com/download
執行 ngrok ,指定 port :
ngrok http --host-header=rewrite [Prot]
在 line develop頁面,複製 https 那段網址 並加上 web api 的路徑 (如 api/linebot)
執行之後,已可以收到 line 的訊息並 debug