Wait so I was wrong! Just a few moments after sending, I got a
"communication error, please try again later". I think I must be doing
something wrong?
My callback URL is a php script. I've set the header correctly, and
then I do:
die(' my return message');
accordingly, (maybe this is the wrong function to use?), so instead I
did die('');
It still did everythin it was supposed to, just replied with the
error, instead of nothing.
Anyone use PHP for their callback URL and know what to do?
Thanks,
Payam
> If you reply with an empty body, nothing should be sent to the user.
> The only catch is that you must still set the content-type header to
> 'text/plain'.
>
> Try that and let the group know if it doesn't work.
>
> Cheers, Simon.
>