You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agreed, the API user can run a webserver of his choice. Does it make sense to, have an helper API included in kiteconnect, to validate the POST content.
kc.validatePostback(content).then(r){
// content validated. add code to handle content here...
}
.catch(err){
//discard bad post-message
}
https://kite.trade/docs/connect/v1/?shell#postback-webhooks
The text was updated successfully, but these errors were encountered: