PHP Proxy

Associate
Joined
18 Oct 2002
Posts
761
Location
Berkshire
Hi All,

After a bit of help here.... I'm trying to access an IP restricted http resource, that is, the http resource can only be downloaded from one IP / hostname. However I want to be able to access this from multiple mobile devices which will have ever changing IP's

My Idea:

Mobile <-> PHP Proxy <-> Resource.

Fairly standard stuff, I don't want to have to setup a dedicated box, it litteraly needs handle a few requests a day, I'm looking into fopen() but i'm not a PHP programmer so any heads up would be grand

Cheers

Ross
 
Heh I wrote a script like that when I was in school to allow me to get around the stupid filter they put on. I may still have the file but I expect it's horribly inefficient. Might give you some ideas though.
 
Back
Top Bottom