Postback-Url vs WebSocket(`OnOrderUpdate`)

swas99
Is Postback-Url safer than WebSocket?

I have experienced packet drops when using `OnOrderUpdate`, but I can't be sure if the issue is in `KiteConnect` or within my app.

In theory Postback should be safer. Is it true for KiteConnect?
  • rakeshr
    Is Postback-Url safer than WebSocket?
    Both are triggered at the same event. So, using either doesn't make a difference. In the case of postback URL, you need to have configured a proper HTTPS setup.
  • tahseen
    @swas99 web socket is lighter than post back. So given an option I would choose web socket
Sign In or Register to comment.