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.
我正在考虑使用 curl 和仅连接来测试连接。我遇到的问题是在寻找响应时,文档指出我必须使用 HTTP CONNECT CODE。当我查看响应时,它显示的是 0,而不是我期望的 200 或 304。
为什么 curl 这样做?
是否仅在使用代理时才使用连接?
CURL 的仅连接功能适用于通过代理连接以测试连接设置。
这是来自 curl 文档:
CONNECT_ONLY tells the library to perform all the required proxy authentication and connection setup, but no data transfer. This option is implemented for HTTP, SMTP and POP3