#Whip
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me the event ID?
evt_1MFUcKLEMLDdGpQkkw62hsDZ This is in test mode. And I'm using localtunnel to receive webhooks. I've used it before without any issues
This Invalid encoding: ISO-8859-1 is what your server responds to this webhook event.
You should check your server log and see why it throws this error.
It seems there's something wrong with localtinnel, I tried ngrok as well but its giving 404 error. Do you have a recommended tool for testing webhooks?
I'd suggest you to put some logs in your PHP code so that you can locate where the error is thrown.
Worked. i had to completely disable https on my development machine