How to add Category in DotClear blog with HttpWebRequest or MetaWeblog API
- by Pitming
I'm trying to create/modify dotclear blogs.
For most of the options, i use XmlRpc API (DotClear.MetaWeblog). But didn't find any way to handle categories.
So I start to look at the Http packet and try to do "the same as the browser".
Here si the method I use to "Http POST"
protected HttpStatusCode HttpPost(Uri url_, string data_, bool…