I'm trying this again so I can explain everything in one fell swoop...

I have an old Flash app (last compiled with CS3 probably, but originally
written with Flash MX 2004), and of course it makes flash remoting calls to
/flashservices/gateway.  By default, this is not mapped in CF 10, they
changed the mapping to /flashservices/gateway/* - I figured this out and
got coldfusion to respond.

There are no errors logged, and I have <cflog> statements at the top and
bottom of both function calls being called in this request.  All of the
logging occurs as expected.

However, the server responses with a blank 200 response that looks like
this - an AMF content type but no actual data in the response.  I can see
all this by using an http proxy (Fiddler, in this case).

Here's what the response looks like:

HTTP/1.1 200 OK
Date: Wed, 06 Mar 2013 20:22:56 GMT
Server: Apache/2.2.23 (Win64) mod_ssl/2.2.23 OpenSSL/1.0.1c mod_jk/1.2.32
Content-Length: 0
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
Content-Type: application/x-amf


I have scoured all the CF log files including the coldfusion-out and
coldfusion-error logs to no avail.

I am running Coldfusion 10.0.8 on Windows Server 2008 R2 x64 and Apache
2.2.current.

The flash swf is loaded over https from the same domain the the
/flashservices/gateway call is being made (also over https).

Flash Remoting is enabled in the coldfusion administrator.

Is there some configuration option I'm missing?

Rick

-- 
*The beatings will continue until morale improves.*


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354895
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to