Archive for September 24th, 2007

Why does the Flash Player Have Such Crappy HTTP Support?

Monday, September 24th, 2007

I’ve found myself enjoying working with Adobe Flex. Flex does a lot of things really well, except its support of the HTTP protocol. Here’s a few things folks don’t know about the Flash Players HTTP support:

It only support GET and POST methods. In order to use other methods such as DELETE and PUT, you have [...]