Change the method to "POST".  GET has a limit, but I have used POST for
quite large data streams.

 

Tracy

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of michael.ritchie
Sent: Thursday, January 25, 2007 3:39 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] HTTP Request Error and long strings

 


There seems to be a size limit the value you set on the url propery
for a Flex HTTPService call, around 12000 characters (12KB?). Could
there be maxrequestlength setting in a config file for Flex 2 some
place that we can adjust the limit?

When we send a JSON string on with the HTTP service that is over 12000
characters we receive the following error message:

Error: [RPC Fault faultString="HTTP request error"
faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent
type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error
#2032: Stream Error. URL: [...12716 character string...]

We tested this on both IE 7 and Firefox. I don't think this is a
browser post limit as we have other non-Flex applications that post
that many characters. 

Michael Ritchie
AOL Xdrive

 

Reply via email to