Everytime I go back to school (high school), I'm usually thinking of different ways to get around doing work in computer classes, or other classes that we use computers in (ie. research, etc..).
I've been thinking about setting up a PHP page, which takes the inputted URL from a form, and gets the data from the page using file_get_contents() or maybe even curl?
But I've also been wondering if they would be able to see what page was being requested?
Is there a way for school network admins to monitor POST data?
Also, am I going about this the wrong way, and is there an easier way to stop them from seeing what I'm viewing?
I've been thinking about setting up a PHP page, which takes the inputted URL from a form, and gets the data from the page using file_get_contents() or maybe even curl?
But I've also been wondering if they would be able to see what page was being requested?
Is there a way for school network admins to monitor POST data?
Also, am I going about this the wrong way, and is there an easier way to stop them from seeing what I'm viewing?
Comment