Share this topic
LinkedIn
Twitter
Copy URL
What error will it through if the endpoint doesnot respond does it show 504 gateway timeout error.
@Anil Sagar
Solved! Go to Solution.
@archana ,
If a timeout happens while reading HTTP request, 408,RequestTimeout is returned.
408,RequestTimeout
If a timeout happens while reading HTTP response, 504,GatewayTimeoutis returned.
504,GatewayTimeout
Edge returns an HTTP 503 status code if a connection timeout occurs. Find more about same here.
View solution in original post
never-displayed