Sign In|Join
Home/Silverlight.NET Forums/Programming with .NET - General/Silverlight 2.0 Secure Webservices SSL/Re: Silverlight 2.0 Secure Webservices SSL
Member
50 Points
25 Posts
Mar 26, 2008 07:06 PM | LINK
JohnSpurlock You can either make https calls to the same domain or http cross-domain calls, but not https cross-domain calls. This is described in http://msdn2.microsoft.com/en-us/library/cc189008(VS.95).aspx (see "If not HTTPS" in the matrix)
You can either make https calls to the same domain or http cross-domain calls, but not https cross-domain calls.
This is described in http://msdn2.microsoft.com/en-us/library/cc189008(VS.95).aspx
(see "If not HTTPS" in the matrix)
I checked the reference but is not accurate since WebClient() can do cross-domain in http when crossdomain.xml is present.
I still wondering why not cross-domain in https nor cross-schema http->https.
Regards.
logicasw
Member
50 Points
25 Posts
Re: Silverlight 2.0 Secure Webservices SSL
Mar 26, 2008 07:06 PM | LINK
I checked the reference but is not accurate since WebClient() can do cross-domain in http when crossdomain.xml is present.
I still wondering why not cross-domain in https nor cross-schema http->https.
Regards.