Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Active older topics
11 new of 11 - May 22 2009
2 new of 2 - May 19 2009
2 new of 2 - May 13 2009
2 new of 2 - May 12 2009
2 new of 2 - Apr 14 2009
12 new of 12 - Mar 5 2009
3 new of 3 - Mar 3 2009
3 new of 3 - Feb 20 2009
2 new of 2 - Feb 18 2009
2 new of 2 - Jan 28 2009
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 30  Older »

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 »
By Dan  - Apr 13 2011 - 1 new of 1 message    

Cookies support 
  Hi everyone. I just found about as3httpclientlib. Is there any implementation for getting and passing cookies further? Thanks, Jim
By Jim  - Apr 10 2011 - 1 new of 1 message    

Can AS3 HttpClient auto detect the browser proxy settings? 
  Can AS3 HttpClient auto detect the browser proxy settings?
By u20024804  - Feb 15 2011 - 1 new of 1 message    

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
By g  - Nov 5 2010 - 1 new of 1 message    

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 »
By Tim Goeke  - Apr 19 2010 - 3 new of 3 messages    

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
By Omar  - Jul 15 2009 - 2 new of 2 messages    

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 »
By davis  - Jul 14 2009 - 1 new of 1 message    

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 »
By cindyzhang95051@gmail.com  - May 26 2009 - 1 new of 1 message    

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 »
By cindy  - May 22 2009 - 2 new of 2 messages    

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 »
By cindy  - May 22 2009 - 1 new of 1 message    

1 - 10 of 30   « Newer | Older »

XML       Send email to this group: as3-httpclient@googlegroups.com