Neden php file_get_contents yanlış XKCD gelen json dosyaları almak?

0 Cevap php

(Son bir karşıt olarak) özel çizgi roman almaya çalışırken Xkcd çizgi roman indirmek için bir PHP komut dosyası yazarken, ben hataları ödemiştir. Özellikle, aşağıdaki url file_get_contents işaret:

xkcd.com/$COMIC_NUM/info.0.json

inexplicably retrieved the xhtml version of the comic's page on xkcd.com, and not a JSON file. However, if i request the exact same url in my browser, the correct JSON file is downloaded. I'm not sure why this is happening, but i suspect it has something to do with the request headers being sent.

Lütfen yardım edin! : S

0 Cevap