Hi Mone,

Thanks for your reply. I found out the problem after I have posted the question where there was a permission issue on the connection due to different domain (both push and web server having a different IP, since they were demo server and do not have a domain, I connect them using IP).

I then moved the push server to the same host with the web server (the idea of different server in the same host), the permission issue has gone but it fails to push data to the push page. The push page was actually attached in an iFrame, when the push page has connected to the push server, I try to push some data to the push page but it shows no response, even for the push server. I check the log too (in the log folder) but it does not record anything regarding failed push data other than those connection status.

Any idea on this situation? Thanks.

*I can see the pushed data on the push page if I direct browse the push page, but empty if the push page is attached in the iFrame. Is that I miss any settings or did something wrong?