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.

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

3 Likes