2010/02/03

curl で BASIC 認証で POST

curl --basic --user user:password --form-string 'experience[title]=aaa' --form-string 'experience[content]=bbb' 'http://www.example.com/spots/961/experiences.xml'

ポストデータをファイルから読み込む方法もあるらしい。

0 件のコメント: