Unsolved
This post is more than 5 years old
281 Posts
0
2116
April 16th, 2010 08:00
Are you using Flex or Air?
Hi All,
I've been working on SSL support for the Flex wrapper. The latest source on the google code site should have some support for SSL, but there are intermittent packet signature errors I believe are caused by the 3rd party SSL library we have to use. I have added a EsuRestRetryApi class that wraps the standard EsuRestApi class with a retry wrapper that can retry most failed requests. This is not an optimal solution but appears to work.
We have to do our own SSL and HTTP because Adobe does not support the verbs "PUT" and "DELETE" as well as some custom headers when using the native URLLoader class. You can vote for this bug: http://bugs.adobe.com/jira/browse/FP-3662
One question to the community: how many of you are using Air? This functionality (all HTTP verbs) is present and working in Air. If there is enough demand, I could produce an Air-only version of the EsuRestApi that uses the internal HTTP/HTTPS stack and should be more robust.


suresh111_mca
1 Message
0
June 30th, 2010 12:00
Hi JasonCwik,
I am working with a project which integrates the EMC online storage with rest api. I am trying with the latest source code for rest api for flex but not able to connect with the Flex. If you provide the AIR version it would be really greatful.
Thanks in advance