Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Setting up a proxy with "file=" URL

Basically I want to forward all traffic to my proxy server but instead of GET requests I would like to be able to request it as a URL like

http://blah.com?file=http://derp.com:55555/derp.file

It needs to work with all ports, what software could do this? thanks.

Comments

  • This wouldn't be that difficult in pretty much any language. At the simplest level, all you'd really need to do is validate the url and file_get_contents it.

    On a more complicated level, however, you'll want to rewrite the source to account for assets, etc.

  • cheers! I'll take a look at that just now.

  • I don't think that is really what I'm looking for I need to "stream" the raw data between instead of getting the server to download it then pass it on.

Sign In or Register to comment.