Is there a specific time for proxy to wait before it gets any response from target server?

What error will it through if the endpoint doesnot respond does it show 504 gateway timeout error.

@Anil Sagar

@archana ,

If a timeout happens while reading HTTP request, 408,RequestTimeout is returned.

If a timeout happens while reading HTTP response, 504,GatewayTimeoutis returned.

Edge returns an HTTP 503 status code if a connection timeout occurs. Find more about same here.

1 Like

Thanks @Anilsagar.Can I increase the time by configuring it .Could you please point out documentation for that.

See similar question asked here.

It seems that it only works for paid customers.I only have a free account on could .Thanks for the help.