I am using the http_request()(http://pear.php.net/package/HTTP_Request2/) to check the page status. Its working fine but in the time of checking the external links it returns 301 and 302 error.but those links are loading perfectly in browser.
For example: the link http://siris-implant.ch is loading perfectly in browser but in the time checking with http_request() it returns 302 error status.
please suggest us, how to resolve this issue.