Line Bot -(2)使用 ngrok 讓 Visual Studio 可以回傳 Line Bot Api 訊息測試進行 Debug

由於程式在伺服器比較不容易 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

print

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *