You cannot post messages because only members can post, and you are not currently a member.
Description:
Development of AS3 http client library.
|
|
|
Deployed Applet Unable to Multipart Post
|
| |
Hi,
I put together an applet that posts image(s) using as3httpclientlib to
a
servlet. The applet works fine in (flash builder) debug mode. However,
once deployed, it appears the applet is not posting the multipart
data.
I don't understand why does the code works in debug mode but doesn't
when deployed to a server. Is security handled differently when it... more »
|
|
Cookies support
|
| |
Hi everyone. I just found about as3httpclientlib. Is there any
implementation for getting and passing cookies further?
Thanks,
Jim
|
|
possible to cache data?
|
| |
I am using the as3 httpclient lib to allow me to use range requests to
download portions of large files. Is it possible to enable caching?
If not directly with httpclient, is there any possible way to manually
cache downloaded data from flash player in the browser?
Thanks
|
|
Curious about POST or PUT with a redirect...
|
| |
I am using HttpClient to talk to a RESTful Spring MVC application.
Everything seems to be working except when I PUT to a URI the update
goes through and the controller redirects to the GET for that URI.
It seems that HttpClient has already gone to the "Location:". Is
there a way to not redirect but rather intercept the server response... more »
|
|
credentials handling
|
| |
Hi,
I'm working with HttpClient to access a REST oriented webservice
backend. Secure services use credentials, and they respond with "401
Authorization Required" when I don't provide them. Do you guys have
any clue how I can do that with this API.
Thanks in advance
Omar
|
|
TLSSocket is not defined.
|
| |
Hi, I'm using the latest as3 httpclient, and using a simple client.get
( ) to an HTTP url (not HTTPS) -- running Jersey on Tomcat. This
exception always pops up -- any idea why?
Do I need to add the crypto lib to my project?
Regards,
Davis
ReferenceError: Error #1065: Variable
com.hurlant.crypto.tls::TLSSoc ket is not defined.... more »
|
|
please help me
|
| |
I am facing a big issue:
I can run the mxml without any problem from flex builder. But If I put
the swf to the server, I got security error, please help me here!
My file is bellow:
<![CDATA[
import com.adobe.net.URI;
import org.httpclient.events.*;
import mx.controls.TextArea;
import mx.containers.Panel;... more »
|
|
security sand box error
|
| |
on ErrorError #2048: Security sandbox violation:
[link] cannot load
data from 10.3.54.30:4343.
If I run the code from Flex build, iut works, but after I copy put the
swf file in to html and load from server, I got the error shown above.
I have put the crossdomain.xml at root to allow access from all domain... more »
|
|
Security error
|
| |
I have a https server run on 4343. So I changed
DEFAULT_HTTPS_PORT:uint =4343.
I got security error. I have put the crossdomain.xml at server's root
directory.
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*" to-ports="*" />
</cross-domain-policy>
Does any one know how to fix the security error?... more »
|
|
|