0

curl - 希望测试一些 Rest API - 将 xml 发布到具有基本身份验证的 rest api 的语法是什么?

4

1 回答 1

0

这对我有用。

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

于 2010-07-01T17:42:48.050 回答