我希望能够在 bash 的 ip board 论坛上创建一个简单的帖子。
我知道 api 被禁用,我想用 curl 来做,这可能吗?
我试过这些形状
curl -X POST "***URL***/forum/index.php?act=post&do=new_post&f=23" -H "Content-Type: application/x-www-form-urlencoded" -d "UserName=user&PassWord=pass&TopicTitle=test&TopicDesc=test&Post=body"
curl -X POST "***URL***/forum/index.php?act=post&do=new_post&f=23" -H "Content-Type: application/x-www-form-urlencoded" -d "TopicTitle=test&TopicDesc=test&Post=body"
非常感谢和最好的问候。