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 と connect のみを使用して接続をテストしようとしています。私が抱えている問題は、応答を探すときに、HTTP CONNECT CODE を使用する必要があるとドキュメントに記載されていることです。応答を見ると、期待どおりの 200 または 304 ではなく、0 が示されています。
なぜカールはこれをしているのですか?
connect only はプロキシを使用する場合にのみ使用されますか?
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