<?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 Call Share custom webscript from client side javascript in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/call-share-custom-webscript-from-client-side-javascript/m-p/283208#M236338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please forgive me if this topic has already been submitted but I wasn't able to find it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My issue is the following: I've developed a Java backed webscript for share that requires user authentication (because I need it to make a call to Alfresco, among the other things) and I want to call this webscript from a client-side javascript code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've found an example where the authentication tag for the webscript is set to NONE, but I need it to be USER. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've managed to call the webscript but I'm promted for the authentication and it's not acceptable (or even working for what it matters). It is strange to me because if a call an alfresco webscrit through the /share/proxy url I get the authentication I'm seeking. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have any idea on how to make it or if it is even possible? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Angelo&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 May 2013 15:23:23 GMT</pubDate>
    <dc:creator>eureka</dc:creator>
    <dc:date>2013-05-24T15:23:23Z</dc:date>
    <item>
      <title>Call Share custom webscript from client side javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/call-share-custom-webscript-from-client-side-javascript/m-p/283208#M236338</link>
      <description>Hi all, please forgive me if this topic has already been submitted but I wasn't able to find it. My issue is the following: I've developed a Java backed webscript for share that requires user authentication (because I need it to make a call to Alfresco, among the other things) and I want to call thi</description>
      <pubDate>Fri, 24 May 2013 15:23:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/call-share-custom-webscript-from-client-side-javascript/m-p/283208#M236338</guid>
      <dc:creator>eureka</dc:creator>
      <dc:date>2013-05-24T15:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Call Share custom webscript from client side javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/call-share-custom-webscript-from-client-side-javascript/m-p/283209#M236339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you can append guest=true in the end of url as extra argument.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and change authentication to guest&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;well NONE should also work may be you are missing something else&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 17:40:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/call-share-custom-webscript-from-client-side-javascript/m-p/283209#M236339</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-05-24T17:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Call Share custom webscript from client side javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/call-share-custom-webscript-from-client-side-javascript/m-p/283210#M236340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can also use the "runas" attribute on your authentication element in the WebScript descriptor. Obviously you need to be very aware of security issues when granting user access to unauthenticated users - note that this attribute is only available for web script implementations placed into the Java classpath.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 May 2013 12:38:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/call-share-custom-webscript-from-client-side-javascript/m-p/283210#M236340</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2013-05-25T12:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Call Share custom webscript from client side javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/call-share-custom-webscript-from-client-side-javascript/m-p/283211#M236341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can also try directly to backend: /share/proxy/alfresco-noauth/… That enabled non-authenticated users to use the share proxy to backend.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 May 2013 21:03:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/call-share-custom-webscript-from-client-side-javascript/m-p/283211#M236341</guid>
      <dc:creator>zladuric</dc:creator>
      <dc:date>2013-05-25T21:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Call Share custom webscript from client side javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/call-share-custom-webscript-from-client-side-javascript/m-p/283212#M236342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to combine guest authentication (to keep the informations about tenant) and runas admin? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 14:01:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/call-share-custom-webscript-from-client-side-javascript/m-p/283212#M236342</guid>
      <dc:creator>eureka</dc:creator>
      <dc:date>2013-05-28T14:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Call Share custom webscript from client side javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/call-share-custom-webscript-from-client-side-javascript/m-p/283213#M236343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've never tried this, but I don't see why this shouldn't work. The quickest way to find out would probably be to try it &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 14:27:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/call-share-custom-webscript-from-client-side-javascript/m-p/283213#M236343</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2013-05-28T14:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Call Share custom webscript from client side javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/call-share-custom-webscript-from-client-side-javascript/m-p/283214#M236344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As soon as I'll have time I'll try it and let you know &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 15:30:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/call-share-custom-webscript-from-client-side-javascript/m-p/283214#M236344</guid>
      <dc:creator>eureka</dc:creator>
      <dc:date>2013-05-28T15:30:45Z</dc:date>
    </item>
  </channel>
</rss>

