{"id":243,"date":"2019-07-04T20:43:33","date_gmt":"2019-07-04T19:43:33","guid":{"rendered":"http:\/\/blog.brunocsmartin.fr\/?p=243"},"modified":"2019-07-04T20:43:54","modified_gmt":"2019-07-04T19:43:54","slug":"notes-on-wordpress","status":"publish","type":"post","link":"https:\/\/blog.brunocsmartin.fr\/index.php\/2019\/07\/04\/notes-on-wordpress\/","title":{"rendered":"Notes on WordPress"},"content":{"rendered":"<p>Restful api : good !!!<\/p>\n<p>example in WPIAAM plugin<\/p>\n<p>to enable authorization http header, add to .htaccess:<\/p>\n<pre>&lt;IfModule mod_rewrite.c&gt;\r\nRewriteEngine On\r\nRewriteCond %{HTTP:Authorization} ^(.*)\r\nRewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]\r\n&lt;\/IfModule&gt;\r\n\r\nSetEnvIf Authorization \"(.*)\" HTTP_AUTHORIZATION=$1\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Restful api : good !!! example in WPIAAM plugin to enable authorization http header, add to .htaccess: &lt;IfModule mod_rewrite.c&gt; RewriteEngine On RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^(.*) &#8211; [E=HTTP_AUTHORIZATION:%1] &lt;\/IfModule&gt; SetEnvIf Authorization \u00ab\u00a0(.*)\u00a0\u00bb HTTP_AUTHORIZATION=$1<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-243","post","type-post","status-publish","format-standard","hentry","category-non-classe"],"_links":{"self":[{"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/posts\/243"}],"collection":[{"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/comments?post=243"}],"version-history":[{"count":2,"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/posts\/243\/revisions"}],"predecessor-version":[{"id":245,"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/posts\/243\/revisions\/245"}],"wp:attachment":[{"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/media?parent=243"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/categories?post=243"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/tags?post=243"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}