"Fire and forget" HTTP Call

Hi everyone,
what im trying to do is to send an HTTP request to another server, and dont wait for a response.
the reason im trying to do it, is because the request takes more than 300seconds. (The limit in the HTTP Module is 300seconds).
or, if there’s a way to make a request that returns response in more than 300seconds.
I’d be grateful for help.

In the advanced settings, simply set the Timeout to 1.

Screenshot_2023-11-21_231140

Then put the rest of your modules in the “Error Handler” route of this module.

Screenshot_2023-11-21_231134

3 Likes