Forum Discussion
_anomDiebolt_
9 years agoQrew Elite
If you are familiar with networking concepts you can think of a webhook as similar to a UDP Packet - it may or may not arrive. If you need a page refresh after some user action you should use script instead as the script can immediately react to user actions.
RizuGulati
9 years agoQrew Cadet
Thanks Dan.
So just for clarification, rather than using a webhook altogether I should use script to perform cascading updates in this case and refresh the page when the data has been changed. Correct?
So just for clarification, rather than using a webhook altogether I should use script to perform cascading updates in this case and refresh the page when the data has been changed. Correct?