0

charles プロキシを使用して 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-作成者: PHP/5.3.0 Content-Length: 33 Content-Type: text/html; 文字セット=utf-8

コンテンツ タイプは application/x-amf である必要があります。

これを行うには、Apacheに特別な何かが必要ですか?

ありがとう

4

1 に答える 1

0

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.

于 2009-08-30T11:08:39.597 に答える