[wp-trac] [WordPress Trac] #35185: Unable to create Post via XMLRPC after upgrading to 4.4

WordPress Trac noreply at wordpress.org
Mon Dec 21 14:57:31 UTC 2015


#35185: Unable to create Post via XMLRPC after upgrading to 4.4
-----------------------------+-----------------------------
 Reporter:  Sandeep.Prakash  |      Owner:
     Type:  defect (bug)     |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  XML-RPC          |    Version:  4.4
 Severity:  normal           |   Keywords:
  Focuses:                   |
-----------------------------+-----------------------------
 Unable to create a post via XMLRPC.
 This was working flawless in WordPress 4.3.1

 Here is the perl script to used to create a post.

 {{{
    use WordPress::API::Post;

    my $p = WordPress::API::Post->new({
       username => 'UserName',
       password => 'Password',
       proxy => 'http://Sandeep-Prakash.com/xmlrpc.php'
    });

    $p->title('Hello World');
    $p->description('Testing the XML-RPC');

    $p->save; # save to wordpress

    $p->id;
    $p->url;
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/35185>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list