Powered by MSDN

US - English
NEW! Silverlight 5 is available Learn More

  • logicasw

    logicasw

    Member

    50 Points

    25 Posts

    Re: Silverlight 2.0 Secure Webservices SSL

    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)

    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.