'What is the default timeout set in forward-request

In the official documentation, it is set to None. What does None means?

enter image description here



Solution 1:[1]

I believe that the default timeout in forward-request set to none is not the no timeout.

As Specified in the same official documentation, forward-request is a root element and the required in the operation level policy.

Any value greater than 240 seconds won't be reliable and it can timeout within the range of 0 to 240 seconds, and the fix of timeout issue can be like changing the implementation a bit if that's in your control based on the number of requests forwarded by APIM gateway or backend instances or due to proxy response time.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 HariKrishnaRajoli-MT