Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 7 results for Cross Domain.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Feb 09, 2010 (4 months ago)
    Jeremy Likness has posted part one of a series on creating a RSS reader for Silverlight.

    One of the most common examples to help learn a language or framework is an RSS Reader. This is an ideal mini-project because it includes networking, parsing XML, and binding to data elements such as lists. I wanted to provide an example that shows some more interesting solutions that are possible using C# in Silverlight. This is the first part in a series. By the end of this post, we'll have a working reader. What I'll then do is add some more detailed error handling, provide unit tests, tackle skinning and visual states, and hopefully end up with a fairly advanced client.



  • 0 comments  /  posted by  Silverlight Show  on  Aug 05, 2009 (10 months ago)
    In this post you'll learn how to host a Silverlight application (aka a .xap) on a server, making it available to be called from other servers.

    I just had to do this and figure I'll document the steps. It isn't rocket science, but here's the story.

    First, you need to place a clientaccesspolicy.xml or a crossdomain.xml file at the root of your server. Read this MSDN documentation for more.

  • Silverlight 2 and the SSL-enabled, HTTPS and other non-HTTP services

    0 comments  /  posted by  Martin Mihaylov  on  Jun 18, 2009 (more than a year ago)
    Tags: Silverlight 2 , SSL , HTTPS , HTTP , WCF , Cross Domain
    Al Pascual comes with two posts about a problem he has encountered while consuming a service over a secure connection with Silverlight 2. The first one is focused on using a cross domain WCF Service with SSL and the second is about how to hadle HTTPS and non-HTTP services in Silverlight.

    When trying to access a web service, either WCF (.svc) or asmx in Silverlight works well until we add SSL, when trying to access and using fiddler, complains about the clientaccesspolicy.xml by a crossdomain error:

    An error occurred while trying to make a request to URI This could be due to attempting to access a service in a cross-domain way without a proper cross-domain policy in place, or a policy that is unsuitable for SOAP services.

  • Cross domain access policy in Silverlight applications

    0 comments  /  posted by  Silverlight Show  on  Jun 02, 2009 (more than a year ago)
    In this article, Sergey Zwezdin examines the role of cross domain access policy in Silverlight. After a short introduction, he examines the interaction between client and server as well as a list of threats which may occur in rich internet applications.

    Today interactions with a server in Silverlight applications are usually built through web-services. Web-services assume data exchange in XML format between a client and a server via protocol SOAP or REST. Besides, client’s applications can request other resources from a server. Undoubtedly, all these ways present the developer with convenient tools for an applications building. However, such forms of interaction contain certain threats. Let us have a look at ways of Silverlight applications interaction with a server, and then we will find out what threats exist and how they can be eliminated.

  • 0 comments  /  posted by  Silverlight Show  on  May 18, 2009 (more than a year ago)
    Tags: Cross Domain , Proxy Service , .NET RIA Services , Silverlight 3
    Some time ago Mark Monster wrote a very small RIA Service that could be used to overcome Cross Domain issues. Now he wants to continue the subject and solve the problem he had with the solution from his earlier article about Cross Domain Proxy.

    A lot people know that not even half of the public API’s have cross domain configurations in place. The best solution that’s left is a proxy that can forward the calls to the public API and return the response back to the original caller. This article will expand the Silverlight part of the Cross Domain Proxy. Nothing needs to be changed to the RIA Service part of this Cross Domain Proxy.

  • 0 comments  /  posted by  Silverlight Show  on  May 15, 2009 (more than a year ago)
    Peter Bromberg will show you an easy way to get around cross-domain image urls and handle gif images for Silverlight.

    In my travels working with Wally McClure and  David Silverlight  on the Silverlight 3 UI client for Wally's TimedTweet Azure service, I discovered that when we bring back a Twitter Timeline, all the users' profile images point to Amazon S3 storage.  There is no crossdomain.xml or clientaccesspolicy.xml file there, so all the image url requests will be denied by  Silverlight. Obviously, for better or worse, Silverlight has been trained to know that any image that doesn't come from the same domain it was served from is a baddie, unless there is an enabling policy file there. Now of course all this extra checking means extra HTTP Requests over the wire, but hey - that's progress.

  • Silverlight 3 and RIA Service – Creating a Proxy for Cross Domain HttpRequests

    0 comments  /  posted by  Silverlight Show  on  Apr 10, 2009 (more than a year ago)

    Mark Monster has created a proxy service to overcome cross domain issues.

    One of the first things I thought about after writing my first two articles on RIA Services (Basic and Advanced) was how I could take advantage of this new technology.

    The first thing I could thing of was a solution that helps overcoming the Cross Domain Issues when accessing resources on the internet. What about something like a proxy service to overcome cross domain issues? Access our known proxy server which will forward the request to the actual resource on the internet.


Help us make SilverlightShow even better and win a free t-shirt. Whether you'd like to suggest a change in the structure, content organization, section layout or any other aspect of SilverlightShow appearance - we'd love to hear from you! Need a material (article, tutorial, or other) on a specific topic? Let us know and SilverlightShow content authors will work to have that prepared for you. (hide this)