ConnectionStatusEvent No Data

neogeo

Member
Hi,

i have configured the server REST method according to examples and everything works as expected.
The problem is that sometimes the flashphoner server calls our REST Api endpoint /ConnectionStatusEvent without any data.
What is the case when this call not sent any data?

Regards
 

Max

Administrator
Staff member
Hello
Could you please dump REST traffic to see ConnectionStatusEvent without data.
1. Switch your URL to HTTP
Example,
If you user https://my-rest-hook
Switch to plain http://my-rest-hook
2. Make tcpdump
tcpdump port 80 -s 4096 -w log.pcap
Here you capture REST traffic from port 80 (http).
Zip and share the traffic dump or send to support@flashphoner.com
We will check. We have to be sure that ConnectionStatusEvent is really empty and it is not a parsing error on your end.
 
Top