Forum Discussion

PerBonomi's avatar
8 years ago

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 ...
  • DougS's avatar
    8 years ago
    An 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.