REST API and security

As we have previously mentioned, the infrastructure of WordPress will be included within the core of WordPress itself in version 4.4. The release of the upcoming WordPress version will yield several endpoints for the REST API, which has brought up some debates regarding how security will be handled.

REST, being the stateless client-server protocol that it is, will be used over HTTP most of the time. REST is not a specific API for WordPress, and is mostly used for non-specific tasks over the web as a standard protocol. The WordPress REST API will make your website a web service that applications will be able to retrieve data from, and all this will happen on an automated basis with no need to access the website from the browser. ...

Get Learning WordPress REST API now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.