<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Mixed http/https content</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Mixed http/https content</description>
  <pubDate>Wed, 29 Jul 2026 20:30:58 -700</pubDate>
  <lastBuildDate>Mon, 16 May 2011 14:13:03 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=2666</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Mixed http/https content : Greg,  I&amp;#039;m glad to hear...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2666&amp;PID=10704#10704</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1097" rel="nofollow">robertg</a><br /><strong>Subject:</strong> 2666<br /><strong>Posted:</strong> 16-May-2011 at 2:13pm<br /><br />Greg,<DIV>&nbsp;</DIV><DIV>I'm glad to hear that! Do you mind sharing what the problem was, in case we see any other developers hit the same snag? </DIV><DIV>&nbsp;</DIV><DIV>-- Robert</DIV>]]>
   </description>
   <pubDate>Mon, 16 May 2011 14:13:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2666&amp;PID=10704#10704</guid>
  </item> 
  <item>
   <title>Mixed http/https content :   Thanks very much Robert, you...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2666&amp;PID=10672#10672</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=579" rel="nofollow">gregweb</a><br /><strong>Subject:</strong> 2666<br /><strong>Posted:</strong> 12-May-2011 at 7:28pm<br /><br />Thanks very much Robert, you helped me resolve this issue.<div>&nbsp;</div><div>Greg</div>]]>
   </description>
   <pubDate>Thu, 12 May 2011 19:28:30 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2666&amp;PID=10672#10672</guid>
  </item> 
  <item>
   <title>Mixed http/https content : Oh, that makes perfect sense....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2666&amp;PID=10662#10662</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1097" rel="nofollow">robertg</a><br /><strong>Subject:</strong> 2666<br /><strong>Posted:</strong> 12-May-2011 at 10:59am<br /><br />Oh, that makes perfect sense. I can only come up with a couple of ideas offhand, and they don't seem perfect. These are:<br><br>* You could encrypt your data before transmission from your server to the client, and decrypt it in the client for display. Back when I used to be in the ISP business, we would discuss this as encrypting the payload, rather than the transmission. The advantage of this is that you then don't have to use HTTPS to secure your data, and thus can add in sources from other locations which are insecure. The disadvantages are that data encryption requires a lot more system resources than channel encryption, and that you would become responsible for your own security, rather than relying on a standard.<br><br>* Rather than retrieving third-party data directly, you could run a proxy on your server which retrieves them, and then serves them across HTTPS to your client. I'm sure you can see the drawbacks of this right away too: increased bandwidth utilization, the false impression that served resources are "from" your server, increased exposure of your server to potential attacks.<br><br>I'm really surprised that setting your web client permissions to allow both secure and insecure components within a single page isn't being respected by Silverlight. What mechanism are you using to retrieve these images? I wonder if that mechanism is automatically trying to retrieve them via SSL because the main page transmission was in SSL. Could you debug the app, and see if the URI for these images is different, depending on whether you are using SSL or not?<br>]]>
   </description>
   <pubDate>Thu, 12 May 2011 10:59:28 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2666&amp;PID=10662#10662</guid>
  </item> 
  <item>
   <title>Mixed http/https content :   Hi Robert,The html that is...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2666&amp;PID=10647#10647</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=579" rel="nofollow">gregweb</a><br /><strong>Subject:</strong> 2666<br /><strong>Posted:</strong> 11-May-2011 at 1:54pm<br /><br />Hi Robert,<div>&nbsp;</div><div>The html that is being displayed is an HTML Email.&nbsp; So, for example, I have my Gmail account hooked up to SecuraEmail.com which is the SL app.</div><div>&nbsp;</div><div>So when I open up an email, there are&nbsp;often links to external images.&nbsp; If I get an html email from RedBox, it is going to have images which need to be downloaded from the RedBox site.&nbsp; These download just fine if I am not running over https.&nbsp; But to encrypt the DevForce data that goes across the wire, I use https.&nbsp; But using the https then prevents the images from downloading.</div><div>&nbsp;</div><div>If it is an embedded image in the email, it is a different story as I do convert the image to a ByteArray and then download it via DevForce and it displays just fine.&nbsp; But I have no control over linked html content that comes in via an email.</div><div>&nbsp;</div><div>That is why I was wondering if there was a way to encrypt the DevForce data without having to use https.</div><div>&nbsp;</div><div>Greg</div>]]>
   </description>
   <pubDate>Wed, 11 May 2011 13:54:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2666&amp;PID=10647#10647</guid>
  </item> 
  <item>
   <title>Mixed http/https content : Greg,  What are you using to...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2666&amp;PID=10646#10646</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1097" rel="nofollow">robertg</a><br /><strong>Subject:</strong> 2666<br /><strong>Posted:</strong> 11-May-2011 at 1:40pm<br /><br />Greg,<DIV>&nbsp;</DIV><DIV>What are you using to retrieve the images, and where are you retrieving them from? Are you getting them from the same server that' doing the server-side of your application, or is it a different one? Have you considered converting the images to ByteArray, storing them in your database, and then accessing them as entities which you can convert back to images for display?</DIV><DIV>&nbsp;</DIV><DIV>Yours,</DIV><DIV>Robert</DIV>]]>
   </description>
   <pubDate>Wed, 11 May 2011 13:40:37 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2666&amp;PID=10646#10646</guid>
  </item> 
  <item>
   <title>Mixed http/https content :   I have an app which uses the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2666&amp;PID=10636#10636</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=579" rel="nofollow">gregweb</a><br /><strong>Subject:</strong> 2666<br /><strong>Posted:</strong> 11-May-2011 at 7:25am<br /><br />I have an app which uses the C1 RichTextBox to display HTML.  When there is an external image, it fetches it just fine.<div> </div><div>However, in order to secure the data, I switched over to using https.  This works great as far as the data is concerned.  However, the image fetch for external images then no longer works.</div><div> </div><div>My first thought on this was to check the IE settings for Mixed Content, but this is already enabled.</div><div> </div><div>So am trying to resolve how to allow mixed content.  </div><div> </div><div>Any suggestions?  Maybe a way of encrypting the data without using https?</div><div> </div><div>Greg  </div>]]>
   </description>
   <pubDate>Wed, 11 May 2011 07:25:48 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2666&amp;PID=10636#10636</guid>
  </item> 
 </channel>
</rss>