views:

23

answers:

1

Hi buddies,

When I tried to request the data across the internet through a web service I received an error as:

Error: The request failed with HTTP status 504: Gateway Time-out.

Can anyone please give an insight about this error, and a solution too? Thanks in advance.

A: 

There is some proxy (reverse proxy, HTTP server with FastCGI or something similar) in the way, which timeouted when getting request from the server.

Michal Čihař