Does cflocation pass through request type and variables?

2010-04-16 Thread Andy Matthews
My company, Dealerskins, has a Flash application for viewing a car dealer's inventory. On the details page of said app, there a series of configurable buttons which can point to any page in a dealer's site. We link to that page by performing a POST request from Flash, passing an assortment of

Re: Does cflocation pass through request type and variables?

2010-04-16 Thread Matt Quackenbush
Loop through the form scope and append to the redirect URL's querystring? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

RE: Does cflocation pass through request type and variables?

2010-04-16 Thread Andy Matthews
[mailto:quackfu...@gmail.com] Sent: Friday, April 16, 2010 2:58 PM To: cf-talk Subject: Re: Does cflocation pass through request type and variables? Loop through the form scope and append to the redirect URL's querystring

Re: Does cflocation pass through request type and variables?

2010-04-16 Thread Matt Williams
You may be able to do something with cfheader. http://www.bennadel.com/blog/1550-Performing-ColdFusion-Processing-After-A-CFLocation-Tag.htm -Matt W Well, in almost every case, if not all cases, with a 3rd party URL, we don't care about passing the variables. We wouldn't even have a problem

Re: Does cflocation pass through request type and variables?

2010-04-16 Thread paulalkemadesi...@gmail.com
...@gmail.com Subject: Re: Does cflocation pass through request type and variables? You may be able to do something with cfheader. http://www.bennadel.com/blog/1550-Performing-ColdFusion-Processing-After-A-CFLocation-Tag.htm -Matt W Well, in almost every case, if not all cases, with a 3rd party URL