Hi
I have a little problem with Silverlight (C#)... I want to get the source code (html code) from a site e.g google.com when the user clicks a button..
I can't seem to be able to use the WebClient or HttpWebRequest class due to Silverlight security rules that don't allow cross domain calls (for protection agains XSS and XSRF )
is there a way to get around that, since I have to download the source but the site doesn't have a cross domain request policy to allow it...
hope you understand what I mean..
thx in advance!
I have a little problem with Silverlight (C#)... I want to get the source code (html code) from a site e.g google.com when the user clicks a button..
I can't seem to be able to use the WebClient or HttpWebRequest class due to Silverlight security rules that don't allow cross domain calls (for protection agains XSS and XSRF )
is there a way to get around that, since I have to download the source but the site doesn't have a cross domain request policy to allow it...
hope you understand what I mean..
thx in advance!