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 #179603 is a reply to message #179601] Mon, 12 November 2012 13:51 Go to previous messageGo to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma:
Senior Member
On 11/12/2012 8:38 AM, Denis McMahon wrote:
> 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
>

Denis,

Not quite. Firefox gets the same 301 and 404. But FF loads some
Javascript (must be part of the 404 error page) and continues processing
from there.

They are obviously doing what they can to prevent people from doing just
what the op is trying to do.


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
[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: Fri Nov 22 06:26:24 GMT 2024

Total time taken to generate the page: 0.03896 seconds