Zend_Amf headers
Posted
by codecowboy
on Stack Overflow
See other posts from Stack Overflow
or by codecowboy
Published on 2009-08-29T10:06:25Z
Indexed on
2010/04/14
10:13 UTC
Read the original article
Hit count: 452
I'm using charles proxy to debug a zend amf response. The headers are coming back as:
HTTP/1.1 200 OK Date: Sat, 29 Aug 2009 10:04:32 GMT Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8k DAV/2 PHP/5.3.0 X-Powered-By: PHP/5.3.0 Content-Length: 33 Content-Type: text/html; charset=utf-8
Should the content type be application/x-amf.
Does apache need something special to do this?
Thanks
© Stack Overflow or respective owner