Tag Archives: HTTPService
HTTPService & Long Parameter Strings
I ran into a problem recently with passing very long strings in the url property of an HTTPService component in Flex. What I would normally do is create a JSON string from nested objects and then pass that string to the server in the url properties. The component setup would look something like this:
var dataObject:Object [...]


HTTP Status 201 causing Flex #2032 Error in IE only