PerBonomi
9 years agoBoss
If no one's there to see it, does an endpoint still run?
I was curious.. I am on Page A. I have endpoint E. Endpoint E is supposed to do a api call to post to a database field. If I close page A before the endpoint reaches the post command, does it ...
- 9 years agoAn endpoint is some freemarker logic that runs at an HTTP endpoint. It will run when the HTTP call is made. If the browser reaches the part of the page that makes the HTTP call to the endpoint, then it will run.