How to programatically access web sites that are blocked by my work?
Posted
by Gilbo
on Stack Overflow
See other posts from Stack Overflow
or by Gilbo
Published on 2010-05-05T18:36:05Z
Indexed on
2010/05/05
18:38 UTC
Read the original article
Hit count: 210
ASP.NET
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.
© Stack Overflow or respective owner