Zend_Amf 标头
我正在使用 charles proxy 来调试 zend amf 响应。标头返回为:
HTTP/1.1 200 OK 日期:2009 年 8 月 29 日星期六 10:04:32 GMT 服务器: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 内容长度:33 内容类型:text/html; charset=utf-8
内容类型是否应为 application/x-amf。
apache 需要一些特殊的东西来做到这一点吗?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
标头应为 x-amf。我的 php 脚本中的某些内容损坏了输出。查尔斯代理项目应该有一个“A”图标。我不需要在 Apache 中添加任何内容。
The headers should be x-amf. Something in my php script was corrupting the output. The charles proxy item should have an 'A' icon. I didn't have to add anything in Apache.