FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » file_get_contents doesn’t access one URL
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: file_get_contents doesn’t access one URL [message #179601 is a reply to message #179585] Mon, 12 November 2012 13:38 Go to previous messageGo to previous message
Denis McMahon is currently offline  Denis McMahon
Messages: 634
Registered: September 2010
Karma:
Senior Member
On Sat, 10 Nov 2012 21:19:29 +0100, Luuk wrote:

> On 10-11-2012 21:06, Charlie wrote:
>> http://www.philadelphia.careerboard.com/job/3167962-MUMPS~2FCache-
DBA.aspx
>>
>> The above is a legitimate URL that I can access by copying it into the
>> address field of my browser. However, as an argument to
>> file_get_contents I get the error message,
>>
>> Warning: file_get_contents(http://www.philadelphia.careerboard.com/job/
>> 3167962-MUMPS~2FCache-DBA.aspx) [function.file-get-contents]: failed to
>> open stream: HTTP request failed! HTTP/1.1 404 Not Found

> When i visit the page, AND debug this site using Fiddler* i see a 404
> too.

Firefox sees a web page. Wget sees a 301 redirect followed by a 404:

$ wget http://www.philadelphia.careerboard.com/job/3167962-MUMPS~2FCache-
DBA.aspx
--2012-11-12 13:28:57-- http://www.philadelphia.careerboard.com/
job/3167962-MUMPS~2FCache-DBA.aspx
Resolving www.philadelphia.careerboard.com
(www.philadelphia.careerboard.com)... 64.74.112.101
Connecting to www.philadelphia.careerboard.com
(www.philadelphia.careerboard.com)|64.74.112.101|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://philadelphia.careerboard.com/job/3167962-MUMPS~2FCache-
DBA.aspx [following]
--2012-11-12 13:28:57-- http://philadelphia.careerboard.com/job/3167962-
MUMPS~2FCache-DBA.aspx
Resolving philadelphia.careerboard.com (philadelphia.careerboard.com)...
64.74.112.101
Connecting to philadelphia.careerboard.com (philadelphia.careerboard.com)|
64.74.112.101|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-11-12 13:28:57 ERROR 404: Not Found.

Rgds

Denis McMahon
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: phpmyadmin export
Next Topic: Get custom header from client
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 23:06:09 GMT 2024

Total time taken to generate the page: 0.04025 seconds