<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [Solved]Ajax – empty responseText on GET in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solved-ajax-empty-responsetext-on-get/m-p/221731#M174861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem only occurs when I use Firefox (3.5.6).&amp;nbsp; Using IE8 I am receiving the response I expect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that I am using the latest release of the v2 YUI Connection Manager.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following error is generated in the Alfresco log:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;13:04:22,234 ERROR [org.alfresco.web.scripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 00010017 Script url /getargsWebscript/getargs.json does not support the method OPTIONS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.alfresco.web.scripts.WebScriptException: 00010017 Script url /getargsWebscript/getargs.json does not support the method OPTIONS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:113)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on some reading, Firefox 3.5 uses a new technique for cross domain authentication which requires a change to how the server responds.&amp;nbsp; I am wondering if this is the root of the problem.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://migration33.stage.lithium.com/" rel="nofollow noopener noreferrer"&gt;&lt;BR /&gt;https://developer.mozilla.org/En/HTTP_access_control'&amp;gt;&lt;BR /&gt;https://developer.mozilla.org/En/HTTP_access_control&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For those that use Firebug, this may be of interest as well:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://tiddlywiki.org/wiki/I_get_%27Permission_denied_to_call_method_XMLHttpRequest.open%27_when_using_UploadPlugin_or_ImportTiddlers" rel="nofollow noopener noreferrer"&gt;http://tiddlywiki.org/wiki/I_get_%27Permission_denied_to_call_method_XMLHttpRequest.open%27_when_using_UploadPlugin_or_ImportTiddlers&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Dec 2009 22:40:22 GMT</pubDate>
    <dc:creator>stevegreenbaum</dc:creator>
    <dc:date>2009-12-29T22:40:22Z</dc:date>
    <item>
      <title>[Solved]Ajax – empty responseText on GET</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-ajax-empty-responsetext-on-get/m-p/221730#M174860</link>
      <description>I am calling a web script via Ajax and I am expecting a response from the Freemarker HTML template, but the responseText is always empty and the return.status = 0. readyState = 4.&amp;nbsp; if (receiveReq.readyState == 4) {&amp;nbsp;&amp;nbsp;&amp;nbsp;if (receiveReq.status == 200){&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;document.getElementById('span_result').innerHTM</description>
      <pubDate>Tue, 29 Dec 2009 03:04:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-ajax-empty-responsetext-on-get/m-p/221730#M174860</guid>
      <dc:creator>stevegreenbaum</dc:creator>
      <dc:date>2009-12-29T03:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: [Solved]Ajax – empty responseText on GET</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-ajax-empty-responsetext-on-get/m-p/221731#M174861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem only occurs when I use Firefox (3.5.6).&amp;nbsp; Using IE8 I am receiving the response I expect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that I am using the latest release of the v2 YUI Connection Manager.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following error is generated in the Alfresco log:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;13:04:22,234 ERROR [org.alfresco.web.scripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 00010017 Script url /getargsWebscript/getargs.json does not support the method OPTIONS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.alfresco.web.scripts.WebScriptException: 00010017 Script url /getargsWebscript/getargs.json does not support the method OPTIONS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:113)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on some reading, Firefox 3.5 uses a new technique for cross domain authentication which requires a change to how the server responds.&amp;nbsp; I am wondering if this is the root of the problem.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://migration33.stage.lithium.com/" rel="nofollow noopener noreferrer"&gt;&lt;BR /&gt;https://developer.mozilla.org/En/HTTP_access_control'&amp;gt;&lt;BR /&gt;https://developer.mozilla.org/En/HTTP_access_control&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For those that use Firebug, this may be of interest as well:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://tiddlywiki.org/wiki/I_get_%27Permission_denied_to_call_method_XMLHttpRequest.open%27_when_using_UploadPlugin_or_ImportTiddlers" rel="nofollow noopener noreferrer"&gt;http://tiddlywiki.org/wiki/I_get_%27Permission_denied_to_call_method_XMLHttpRequest.open%27_when_using_UploadPlugin_or_ImportTiddlers&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2009 22:40:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-ajax-empty-responsetext-on-get/m-p/221731#M174861</guid>
      <dc:creator>stevegreenbaum</dc:creator>
      <dc:date>2009-12-29T22:40:22Z</dc:date>
    </item>
  </channel>
</rss>

