Java で HTTP リクエストを使用して、Wordpress の変更を自動化しようとしています。ただし、いつものように、Wordpress は物事を過度に複雑にすることに成功したようです。
wordpress のログイン Cookie とデータ post=123&action=edit&content=NewContent を使用して www.mysite.com/wp-admin/post.php を POST することがほとんど不可能に思えるのはなぜですか?
?
なぜこれが不可能なのですか?post-new.php で編集ごとに投稿全体を再作成するほど、彼らは真剣に愚かですか? (ヘッダーにある巨大な混乱に基づいてやっているようです)
I'm new to content management systems but I can't believe how horrible the frameworks seem.
I'm probably forced to use XMLRPC for my purpose which I guess is alright but I'd still like to know if I can do raw HTTP requests alternatively, and if not; why not.
Thanks.