<?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 Problem to authenticate when loading images.. FLEX AS3 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-to-authenticate-when-loading-images-flex-as3/m-p/213207#M166337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi, I'm having a problem when i tried to load images from alfresco to my Flex AS3 component.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've already authenticate and have my ticket. Width that ticket i have a webscript that return an array with all the path of my images…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I trie to load them by path, I could get them because i'm not authenticated. When I authenticate by hand into alfresco and use the same browser before closing I am able to get the images.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried to send the ticket in the url.. But I not sure that is being send in the right way..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;like this…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://10.0.20.5:8080/alfresco/d/d/workspace/SpacesStore/f942919f-6a4f-4e4d-bd1f-1a8e7c7b1019/images3.jpeg?alf_ticket=TICKET_7df309bf3b618aea9de7c52e84e2f51ce2931243" rel="nofollow noopener noreferrer"&gt;http://10.0.20.5:8080/alfresco/d/d/workspace/SpacesStore/f942919f-6a4f-4e4d-bd1f-1a8e7c7b1019/images3.jpeg?alf_ticket=TICKET_7df309bf3b618aea9de7c52e84e2f51ce2931243&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it a better way?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone give me a hand?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jun 2010 09:57:34 GMT</pubDate>
    <dc:creator>ramos69</dc:creator>
    <dc:date>2010-06-21T09:57:34Z</dc:date>
    <item>
      <title>Problem to authenticate when loading images.. FLEX AS3</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-to-authenticate-when-loading-images-flex-as3/m-p/213207#M166337</link>
      <description>hi, I'm having a problem when i tried to load images from alfresco to my Flex AS3 component.I've already authenticate and have my ticket. Width that ticket i have a webscript that return an array with all the path of my images…When I trie to load them by path, I could get them because i'm not authen</description>
      <pubDate>Mon, 21 Jun 2010 09:57:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-to-authenticate-when-loading-images-flex-as3/m-p/213207#M166337</guid>
      <dc:creator>ramos69</dc:creator>
      <dc:date>2010-06-21T09:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to authenticate when loading images.. FLEX AS3</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-to-authenticate-when-loading-images-flex-as3/m-p/213208#M166338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok.. The problem was really easy to solved, actually but took me a while because all documentation from alfresco that I've seen all used ?alf_ticket to send the ticket in the url….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And it was not…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just by changing ?alf_ticket= to ?ticket= and my problem was solved… &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://10.0.20.5:8080/alfresco/d/d/workspace/SpacesStore/f942919f-6a4f-4e4d-bd1f-1a8e7c7b1019/images3.jpeg?alf_ticket=TICKET_7df309bf3b618aea9de7c52e84e2f51ce2931243" rel="nofollow noopener noreferrer"&gt;http://10.0.20.5:8080/alfresco/d/d/workspace/SpacesStore/f942919f-6a4f-4e4d-bd1f-1a8e7c7b1019/images3.jpeg?alf_ticket=TICKET_7df309bf3b618aea9de7c52e84e2f51ce2931243&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;was changed to&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://10.0.20.5:8080/alfresco/d/d/workspace/SpacesStore/f942919f-6a4f-4e4d-bd1f-1a8e7c7b1019/images3.jpeg?ticket=TICKET_7df309bf3b618aea9de7c52e84e2f51ce2931243" rel="nofollow noopener noreferrer"&gt;http://10.0.20.5:8080/alfresco/d/d/workspace/SpacesStore/f942919f-6a4f-4e4d-bd1f-1a8e7c7b1019/images3.jpeg?ticket=TICKET_7df309bf3b618aea9de7c52e84e2f51ce2931243&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seem easy.. I just posted the solution so that you, or someone who have the same problem don't lose time as I did..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 10:33:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-to-authenticate-when-loading-images-flex-as3/m-p/213208#M166338</guid>
      <dc:creator>ramos69</dc:creator>
      <dc:date>2010-06-22T10:33:03Z</dc:date>
    </item>
  </channel>
</rss>

