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.
- RizuGulati9 years agoQrew CadetThanks 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? - _anomDiebolt_9 years agoQrew EliteSounds good to me - the devil is in the details.
- RizuGulati9 years agoQrew CadetThanks!