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.