Silverlight 4 - Download an html page from a different domain IN BROWSER?

Posted by SilverDark on Stack Overflow See other posts from Stack Overflow or by SilverDark
Published on 2010-04-12T04:15:39Z Indexed on 2010/04/12 4:23 UTC
Read the original article Hit count: 350

I am trying to download a page using Silverlight 4 (http://google.com/) from a different domain than where the app is hosted. I'm simply curious if this is possible in the browser. I know I can do it out of the browser, as I tried it already, but trying it in the browser gives a security exception (understandable).

I'd like to know if this can even be done, and if so, how? Thanks in advance.

© Stack Overflow or respective owner

Related posts about silverlight-4.0

Related posts about httpwebrequest