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 still post? Or does it abort as soon as I close page A?

  • 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.
  • DougS's avatar
    DougS
    Khoros Oracle
    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.