getting 502 proxy error while parsing

Posted by developer on Stack Overflow See other posts from Stack Overflow or by developer
Published on 2010-03-12T05:13:58Z Indexed on 2010/03/12 5:17 UTC
Read the original article Hit count: 255

Filed under:
|
|

Iam parsing a page and im getting response from that but after some time i.e. after some of the parsing gets done i get this error from the server -

Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /file.php.

Reason: Error reading from remote server

and after this my parsing fails. I even tried sleep() function but it didnt helped and the error still came.

Are they temporarily blocking my ip or what?? What could be the reason for this and how can i parse those pages without getting this error and all ???

© Stack Overflow or respective owner

Related posts about php

Related posts about parsing