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.
REST API を作成しましたが、Accept ヘッダーのないリクエストをテストしようとしています。Curl 経由でリクエストを送信すると、デフォルトのヘッダーが追加されAccept: */*ます。Curl の -v パラメータを追加すると、これを確認できます。
Accept: */*
AcceptヘッダーなしでCurl経由でリクエストを送信する方法はありますか?