I am working on a tool that accepts an html string, downloads any images found in the code and replaces the image sources with the new local urls. When an image source redirects to another url, I get an access denied error on the request for it:
msxml3.dll error '80070005'
Access is denied.
(i.e. Original URL is: http://ads.cpafuel.com/42/5/0, and redirects to: http://img.directtrack.com/cpafuel/files/5.jpg)
I feel like this has something to do with IE's security settings, but am not sure which one. Any tips are greatly appreciated!