file_get_contents not working for one website

HI,
I want to get the entire html code out of this webpage
https://my.illinois.edu/uPortal/render.userLayoutRootNode.target.u41998l1n6.uP?pltc_target=210253.u41998l1n6&pltc_type=RENDER&pltp_course=AAS&pltp_term=fall&pltp_classNumber=100&pltp_action=classView&pltp_year=2012#u41998l1n6
But the file_get_contents only give the top and bottom part out of the entire thing.

I tried simple html dom, but same problem occur.

Wonder what is the reason for this problem and how to fix it.

Wow, that’s one hell of an address & query. Are you 100% positive it is correct in your code? Make sure case matches too. This is on a university server, does this require login access, and if so are you? Does this work with [all] [some] [a few] other files? Does this address produce the proper results in a browser address bar?

Rendering takes a lot of CPU power, memory, and hard drive space. Seems to me, they’d want to put the brakes on unlimited rendering and also access to rendered files that others have produced. Should you be accessing these files in the first place?

Sponsor our Newsletter | Privacy Policy | Terms of Service