Zend_Amf 标头

发布于 2024-08-03 02:56:50 字数 321 浏览 9 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

指尖凝香 2024-08-10 02:56:50

标头应为 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文