How to programatically access web sites that are blocked by my work?
- by Gilbo
I'm interested in creating a web application that will let me view sites that my work won't let me go to. I have a server where I can host it that I have access to from my work.
I've had some success by using the method described in this article. Unfortunately any images and css (basically any html that has a "SRC" attribute) are still being blocked.
Can anyone think of a better method to view work filtered sites? I don't want to change any proxy server settings on my machine.