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

Solved Solved
0 4 511
1 ACCEPTED SOLUTION

@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.

View solution in original post

4 REPLIES 4

@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.

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.