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 - いくつかの Rest API をテストしようとしています - 基本認証で xml を REST API にポストする構文は何ですか?
これは私にとってはうまくいきます。
curl -i POST -u "user:password" -H "Content-Type: application/xml" -d "<Foo></Foo>" http://example.org/resource
http://curl.haxx.se/docs/manpage.html