Recipe for mixed segments/querystring |
[eluser]edoornav[/eluser]
[quote author="xwero" date="1193139221"]Is there a reason why you don't want to use an url like http://mydomain.com/mycontroller/mymetho...bar/param3 ?[/quote] Yes. I'm developing a facebook app. In facebook applications, most requests are posted, and facebook's vars are sent as POST variables. When you use an iframe, it makes a GET request instead, and sends the facebook variables in the querystring. With facebook, myspace, high5 and other social networking sites opening to application developers, this sort of thing should become much more common. I don't think frameworks can make the same assumptions they used to be able to make. ~ryan |
Messages In This Thread |
Recipe for mixed segments/querystring - by El Forum - 10-22-2007, 07:31 PM
Recipe for mixed segments/querystring - by El Forum - 10-23-2007, 12:33 AM
Recipe for mixed segments/querystring - by El Forum - 10-23-2007, 04:04 AM
Recipe for mixed segments/querystring - by El Forum - 10-23-2007, 07:14 PM
Recipe for mixed segments/querystring - by El Forum - 02-18-2008, 04:54 PM
|