thomas wrote:
As I am trying to create a webhook it won’t be possible to sent the JWT token
You should be able to. How did you send the request? You may check if it supports --header. Post the code that you use to send the request.thomas wrote:
I have try with the function Route_Action($app){ } also which form a url “mysite/webhook” but it is not working.
- You need to describe how it is “not working”, any error messages? Always post your code for discussion. Make sure your URL to your route action is correct.
- You should enable Debug and check errors in the log file.
- If you send the request from browser, check the HTTP response in your browser.