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.
我有这个设备,它以如下格式将 XML 数据发送到网络服务器
POST HTTP/1.1 Content-Type:text/xml Content-Length:369 后跟 XML
这里的问题是 apache 只是为此发送 400 错误并且不起作用。
无论如何创建netcat来读取xml并发送到php?欢迎任何其他解决方案!运行 php 来监听 Port 会更好吗?在那种情况下,多个请求会同时工作吗?
尘埃落定。设法通过 php functionblog.com/?p=67=1 上的套接字编程来做到这一点,一切都很好,并忽略了所有不符合上述客户端调用的错误。