<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Report a Silverlight Bug</title><link>http://forums.silverlight.net/forums/28.aspx</link><description>Found a bug in Silverlight? Use this forum to describe the bug and the code or steps to reproduce it.</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: HttpWebRequest + IE + SSL results in 404</title><link>http://forums.silverlight.net/forums/thread/143492.aspx</link><pubDate>Sat, 06 Dec 2008 19:19:42 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:143492</guid><dc:creator>bkejser</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/143492.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=28&amp;PostID=143492</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;The problem was resolved by changing the http headers related to caching.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Here are the old http headers related to caching:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Cache-Control: no-cache&lt;br /&gt;
Pragma: no-cache&lt;br /&gt;
Expires: -1&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;Here are the new http headers related to caching:&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;Cache-Control: private&lt;/p&gt;&lt;p&gt;I&amp;#39;m assuming the following is occuring:&lt;/p&gt;&lt;p&gt;- IE reads the response&lt;br /&gt;- IE examines the http headers related to caching&lt;br /&gt;- IE purges the response from memory because on the combination of SSL and the http headers related to caching&lt;br /&gt;- Silverlight reads the response&lt;br /&gt;- Silverlight finds an empty response and returns an http status 404 to the calling code&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I&amp;#39;m basing this assumption on behavior I&amp;#39;ve seen before in IE6. &lt;/p&gt;&lt;p&gt;- IE6 makes an http request to a web server over SSL&lt;br /&gt;- The web server returns an http response with a content disposition containing the attachment keyword and with http headers indicating caching is disabled&lt;br /&gt;- IE6 prompts to save or run the file&lt;br /&gt;- The user selects run&lt;br /&gt;- IE6 downloads then immediated removes the file because of the combination of SSL and the http headers related to caching&lt;br /&gt;- IE6 shows an error dialog indicating that the file does not exist&lt;br /&gt;&lt;/p&gt;I&amp;#39;m also assuming that Silverlight has no means of resolving this issue as it has no means of examining the http response that was flushed from memory.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description></item><item><title>Re: HttpWebRequest + IE + SSL results in 404</title><link>http://forums.silverlight.net/forums/thread/143036.aspx</link><pubDate>Fri, 05 Dec 2008 17:10:31 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:143036</guid><dc:creator>prujohn</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/143036.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=28&amp;PostID=143036</wfw:commentRss><description>&lt;p&gt;That is interesting and worth investigating, because the first request that I always see when accessing a web service for the first time&amp;nbsp;on my projects is the clientaccesspolicy.xml return.&lt;/p&gt;</description></item><item><title>HttpWebRequest + IE + SSL results in 404</title><link>http://forums.silverlight.net/forums/thread/143032.aspx</link><pubDate>Fri, 05 Dec 2008 17:07:02 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:143032</guid><dc:creator>bkejser</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/143032.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=28&amp;PostID=143032</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I have a Silverlight 2.0 application that uploads data from the client to the server. The application functions correctly from Windows when using IE, FF, Safari or Chrome over http. When the application is hosted over https, all the browsers except IE continue to work correctly. &lt;/p&gt;&lt;p&gt;I did some debugging and the server is returning status 200. I confirmed this using Fiddler and by examining the IIS log files. For some when the application is hosted over https and IE is used, the application interprets status 200 as status 404 (i.e not found).&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Based on other posts, I assumed that a clientaccesspolicy.xml file would provide a workaround for this problem. However, the application is making no requests to the server for the clientaccesspolicy.xml file. I confirmed this using Fiddler and by examining all the IIS log files.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>