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 --data "param1=value1¶m2=value2" http://mysite.com/
しかし、結果はhtmlページ全体になります(ユーザー名とパスワードに関係なく、それらが正しいか間違っているかに関係なく)
試す
`curl -u username:password http://example.com`
ログオンするか、これを試してください
curl http://username:password@example.com/?param1=xx¶m2=xx