Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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 545
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