Hi,
We’re developing an update for our Freshchat-Telegram integration, and during the live testing phase we’ve noticed something very weird. Webhook registration seemingly didn’t work, and closer inspection revealed this:
The two points worth pointing out are:
- The webhook URL was generated with a space within its path (which creates obvious issues);
- The responce to the webhook registration request was “401 Unauthorized” (to my knowledge, FW app webhooks aren’t supposed to ask for authorization and they never have in my experience working with them).
Can you please comment on this? Is any of this behavior expected?
Just in case, I will also point out that local testing with ngrok tunneling always went as expected (at least in regard to webhook functionality).