On Thu, Jan 6, 2011 at 12:47 PM, Alan Holden <[email protected]> wrote:
> I guess I just need to visualize making a request like that, passing a > structure within a simple query string... > HTTP has a lot more methods than GET. :-) Full REST uses POST, PUT, DELETE to manage all this stuff. > > It just seems to me like some of the ArrayCollections I'm handling would > transform into incredibly long-ass query string variables. Like 500K plus > serialization. Has anyone hit the wall on any length issues with this? > Isn't an issue if you're using HTTP methods like POST or PUT. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
