Iterative Web Requests - Asynchronous?

Is it possible to configure an iterative web request that does a post but send it in asynchronous mode? No response is required for the output. Just posting to a third party using json in Easymorph.

Hi Cris,

both “Web request” and “Iterate web request” have the option of ignoring response:

image

However, it’s not asynchronous. The web-server must return at least HTTP 200 (OK) that the request was received and processed.

Sending a web-request without obtaining a confirmation from the remote web-server that the request was received is not possible. I’m not even sure that it’s possible in the HTTP protocol.