What displays dd($request) ?
Server is sending parameters to the URL
Server team confirmed the parameters sent by server: "Dec 12 16:41:54 x1 wcron: [-] postNtimes: Posting done, url= b'wubook.revroo.io/push-notification';, params= {'rcode': 1670859713, 'lcode': 1669807740}".
There are 2 params that are sending to my url(rcode, lcode).
The url in which its sending params is "wubook.revroo.io/push-notification", its not like url.com?param1=xxxx¶m2=xxxxx. That's why I can't find a function to get or store these parameters receiving on my URL from server.
@lalarukh I'm not sure that you have only a notification URL to consider ... you have probably credentials too.
Once again I don't know WooDoo API. So what I suggest you is for testing purpose in order to check if it works or not.
I would create a test view just for testing if I can connect to the broadcaster.
On that blade view, I would add this JS code.
https://laravel.com/docs/9.x/broadcasting#client-pusher-channels
Sure you have to add the right configuration to the broadcasting configuration file and customize the JS code according to your needs.
I have seen on the website that once you have created a free account, you will have assistance from WooDoo to help you with the API. You should ask them.
Please or to participate in this conversation.