Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用libcurl创建与amfphp服务器的 http 连接。我是否必须将内容类型设置为任何特定格式?我注意到在 PHP cURL 中调用了一个选项AMFPHP_CONTENT_TYPE,但我在C.
libcurl
amfphp
AMFPHP_CONTENT_TYPE
C
找到了。我必须添加Content-type: application/x-amf到POST标题中。
Content-type: application/x-amf
POST