<script>ecbox_number=1;</script><style type="text/css" style="display:none;" id="easycode_inline_style">
.easycodebox li {white-space:pre !important; word-wrap:normal !important; word-break:keep-all; list-style-type:decimal-leading-zero !important;}
.easycodebox .main ol {font-family: 'Consolas','Consolas_WEB',Consolas,monaco,monospace !important; font-size: 90% !important;}

.easycodebox .headbar .message:after {content:"- Show or hide the code";}</style><script>ecbox_number=2;</script><script>ecbox_number=3;</script>{"id":209,"date":"2014-11-24T11:45:51","date_gmt":"2014-11-24T16:45:51","guid":{"rendered":"http:\/\/pierrekiroule.com\/?p=209"},"modified":"2017-05-18T07:40:17","modified_gmt":"2017-05-18T12:40:17","slug":"fast-switching-users-in-content-server-demo-site","status":"publish","type":"post","link":"http:\/\/pierrekiroule.com\/?p=209","title":{"rendered":"Fast switching users in Content Server demo site"},"content":{"rendered":"<p>In Content Server, some settings are applied at a user level by the administrator. For instance, the access controls on the content, or the ability to create more or less type of objects in the system.<br \/>\nIn order to quickly test or demonstrate this, it is convenient to switch from one user (with administrative rights) to other users showing the applied settings.<br \/>\nHere is one convenient way to do this using a custom view on the front page (Enterprise Workspace):<\/p>\n<figure id=\"attachment_211\" aria-describedby=\"caption-attachment-211\" style=\"width: 300px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/pierrekiroule.com\/wp-content\/uploads\/2014\/11\/Screen-Shot-2014-11-24-at-10.59.15-AM.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-211 size-medium\" src=\"http:\/\/pierrekiroule.com\/wp-content\/uploads\/2014\/11\/Screen-Shot-2014-11-24-at-10.59.15-AM-300x114.png\" alt=\"Screen Shot 2014-11-24 at 10.59.15 AM\" width=\"300\" height=\"114\" srcset=\"http:\/\/pierrekiroule.com\/wp-content\/uploads\/2014\/11\/Screen-Shot-2014-11-24-at-10.59.15-AM-300x114.png 300w, http:\/\/pierrekiroule.com\/wp-content\/uploads\/2014\/11\/Screen-Shot-2014-11-24-at-10.59.15-AM.png 887w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><figcaption id=\"caption-attachment-211\" class=\"wp-caption-text\">fast switching users in Content Server<\/figcaption><\/figure>\n<p>First, you need to enable &#8220;Allow log-in via HTTP GET request&#8221; under &#8220;Server Configuration &gt; Configure Security Parameters &gt; Log-in Connection Policies&#8221; in the admin pages. This may not work in a production environment for security purpose, but is acceptable in a demo or development environment:<\/p>\n<figure id=\"attachment_212\" aria-describedby=\"caption-attachment-212\" style=\"width: 300px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/pierrekiroule.com\/wp-content\/uploads\/2014\/11\/Screen-Shot-2014-11-24-at-11.04.38-AM.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-212\" src=\"http:\/\/pierrekiroule.com\/wp-content\/uploads\/2014\/11\/Screen-Shot-2014-11-24-at-11.04.38-AM-300x35.png\" alt=\"HTTP GET request\" width=\"300\" height=\"35\" srcset=\"http:\/\/pierrekiroule.com\/wp-content\/uploads\/2014\/11\/Screen-Shot-2014-11-24-at-11.04.38-AM-300x35.png 300w, http:\/\/pierrekiroule.com\/wp-content\/uploads\/2014\/11\/Screen-Shot-2014-11-24-at-11.04.38-AM.png 646w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><figcaption id=\"caption-attachment-212\" class=\"wp-caption-text\">HTTP GET request<\/figcaption><\/figure>\n<p>Also, your environment must be using the Content Server Internal Authentication (or use a backdoor to access internal accounts on your server) for this switching to work.<\/p>\n<p>Next, you may want to <a title=\"user icons search\" href=\"https:\/\/duckduckgo.com\/?q=user+icons\" target=\"_blank\" rel=\"noopener noreferrer\">retrieve some users icons<\/a> to use on the top row of the custom view (optional). I chose icons with a similar look and feel, and with a 64&#215;64 size. You will save these icons in a location that is mapped in your Content Server Site:<\/p>\n<p>By\u00a0default, the &#8220;http:\/\/servername\/img\/&#8221; is mapped to the &#8220;..OPENTEXT\/support&#8221; folder, so you could use this to save your icons in a subfolder within the &#8220;support&#8221; folder. Check the proper mapping (if different than &#8220;img&#8221;), and, save the icons in a folder named:\u00a0&#8220;..OPENTEXT\/support\/appearances\/users\/&#8221;<\/p>\n<p>You will also need to create and know the users needed for switching, together with their passwords (which will be visible to everyone, thus, making this method unsafe for a production environment)<\/p>\n<p>Then you need to create a text file which will be used to build a custom view with the following code, using the &#8220;LL.login&#8221; function to pass the user name and password, and bypass the login screen of Content Server:<\/p>\r\n\t<div class='easycodebox  html' id='easycodebox-1'>\r\n\t<div class='headbar' onclick='EasyCodeClass(this).ShowCode();'  title=\"Click here to show\/hide the code.\">fast_switching<\/div>\r\n\t<div class='flex-box'>\r\n\t<div class='scrollbox'  ondblclick=\"EasyCodeClass(this).editCode(1);\">\r\n\t<div class='ecside'>&nbsp;<\/div>\r\n\t<div class='main'><pre class=\"brush:html;\">\n&lt;style&gt;\n.center\n{\ntext-align: center;\n}\n&lt;\/style&gt;\n&lt;table width=\"100%\"&gt;\n&lt;tr&gt;\n&lt;td class=\"center\"&gt;&lt;a href=\"http:\/\/&lt;servername&gt;\/OTCS\/cs.exe?func=LL.login&amp;username=Admin&amp;password=&lt;admin_password&gt;&amp;NextURL=%2FOTCS%2Fcs.exe%3Ffunc%3Dllworkspace\"&gt;&lt;img src=\"http:\/\/&lt;servername&gt;\/img\/appearances\/users\/user1.png\" alt=\"Admin\" height=\"64\" width=\"64\"&gt;&lt;\/a&gt;&lt;\/td&gt;\n&lt;td class=\"center\"&gt;&lt;a href=\"http:\/\/&lt;servername&gt;\/OTCS\/cs.exe?func=LL.login&amp;username=&lt;user_name&gt;01&amp;password=&lt;user_password&gt;&amp;NextURL=%2FOTCS%2Fcs.exe%3Ffunc%3Dllworkspace\"&gt;&lt;img src=\"http:\/\/&lt;servername&gt;\/img\/appearances\/users\/user2.png\" alt=\"John Doe\" height=\"64\" width=\"64\"&gt;&lt;\/a&gt;&lt;\/td&gt;\n&lt;\/tr&gt;\n&lt;tr&gt;\n&lt;td class=\"center\"&gt;&lt;a href=\"http:\/\/&lt;servername&gt;\/OTCS\/cs.exe?func=LL.login&amp;username=Admin&amp;password=&lt;admin_password&gt;&amp;NextURL=%2FOTCS%2Fcs.exe%3Ffunc%3Dllworkspace\"&gt;Admin&lt;\/a&gt;&lt;\/td&gt;\n&lt;td class=\"center\"&gt;&lt;a href=\"http:\/\/&lt;servername&gt;\/OTCS\/cs.exe?func=LL.login&amp;username=&lt;user_name&gt;&amp;password=&lt;user_password&gt;&amp;NextURL=%2FOTCS%2Fcs.exe%3Ffunc%3Dllworkspace\"&gt;John Doe&lt;\/a&gt;&lt;\/td&gt;\n&lt;\/tr&gt;\n&lt;\/table&gt;<\/pre><\/div>\r\n\t<\/div><\/div><\/div><p>The first row (&lt;tr&gt;) is for the icons, and the second row displays the text.<\/p>\n<p>Replace the values between &#8220;&lt;&gt;&#8221; such as server name, passwords and user names with actual values, and also check for the image (icons) mapping, as well as the instance name (OTCS in this case, seen both in the\u00a0beginning of the\u00a0URL and in the NextURL tag).<\/p>\n<p>Add as many &lt;td&gt; (cells) in each row of the table as you need users to switch.<\/p>\n<p>Create a\u00a0Customview in the Enterprise Workspace using this text file and test it. Ensure the custom view has proper permissions to allow all users to see and use it. When your user switching works, you can then hide this custom view from the Enterprise workspace.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In Content Server, some settings are applied at a user level by the administrator. For instance, the access controls on the content, or the ability to create more or less type of objects in the system. In order to quickly test or demonstrate this, it is convenient to switch from one user (with administrative rights) [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[7,5],"tags":[21,20],"class_list":["post-209","post","type-post","status-publish","format-standard","hentry","category-ecm","category-tech-tips","tag-content-server","tag-otcs"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Fast switching users in Content Server demo site - Pierrekiroule Consulting<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/pierrekiroule.com\/?p=209\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fast switching users in Content Server demo site - Pierrekiroule Consulting\" \/>\n<meta property=\"og:description\" content=\"In Content Server, some settings are applied at a user level by the administrator. For instance, the access controls on the content, or the ability to create more or less type of objects in the system. In order to quickly test or demonstrate this, it is convenient to switch from one user (with administrative rights) [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"http:\/\/pierrekiroule.com\/?p=209\" \/>\n<meta property=\"og:site_name\" content=\"Pierrekiroule Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2014-11-24T16:45:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-05-18T12:40:17+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/pierrekiroule.com\/wp-content\/uploads\/2014\/11\/Screen-Shot-2014-11-24-at-10.59.15-AM-300x114.png\" \/>\n<meta name=\"author\" content=\"alex\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"alex\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\\\/\\\/pierrekiroule.com\\\/?p=209#article\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/pierrekiroule.com\\\/?p=209\"},\"author\":{\"name\":\"alex\",\"@id\":\"http:\\\/\\\/pierrekiroule.com\\\/#\\\/schema\\\/person\\\/613b1f79b5ac05eaf12fb6ce8a0dd70d\"},\"headline\":\"Fast switching users in Content Server demo site\",\"datePublished\":\"2014-11-24T16:45:51+00:00\",\"dateModified\":\"2017-05-18T12:40:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\\\/\\\/pierrekiroule.com\\\/?p=209\"},\"wordCount\":486,\"commentCount\":0,\"image\":{\"@id\":\"http:\\\/\\\/pierrekiroule.com\\\/?p=209#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/pierrekiroule.com\\\/wp-content\\\/uploads\\\/2014\\\/11\\\/Screen-Shot-2014-11-24-at-10.59.15-AM-300x114.png\",\"keywords\":[\"Content Server\",\"OTCS\"],\"articleSection\":[\"ECM\",\"Tech tips\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\\\/\\\/pierrekiroule.com\\\/?p=209#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/pierrekiroule.com\\\/?p=209\",\"url\":\"http:\\\/\\\/pierrekiroule.com\\\/?p=209\",\"name\":\"Fast switching users in Content Server demo site - Pierrekiroule Consulting\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/pierrekiroule.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\\\/\\\/pierrekiroule.com\\\/?p=209#primaryimage\"},\"image\":{\"@id\":\"http:\\\/\\\/pierrekiroule.com\\\/?p=209#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/pierrekiroule.com\\\/wp-content\\\/uploads\\\/2014\\\/11\\\/Screen-Shot-2014-11-24-at-10.59.15-AM-300x114.png\",\"datePublished\":\"2014-11-24T16:45:51+00:00\",\"dateModified\":\"2017-05-18T12:40:17+00:00\",\"author\":{\"@id\":\"http:\\\/\\\/pierrekiroule.com\\\/#\\\/schema\\\/person\\\/613b1f79b5ac05eaf12fb6ce8a0dd70d\"},\"breadcrumb\":{\"@id\":\"http:\\\/\\\/pierrekiroule.com\\\/?p=209#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\\\/\\\/pierrekiroule.com\\\/?p=209\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\\\/\\\/pierrekiroule.com\\\/?p=209#primaryimage\",\"url\":\"http:\\\/\\\/pierrekiroule.com\\\/wp-content\\\/uploads\\\/2014\\\/11\\\/Screen-Shot-2014-11-24-at-10.59.15-AM.png\",\"contentUrl\":\"http:\\\/\\\/pierrekiroule.com\\\/wp-content\\\/uploads\\\/2014\\\/11\\\/Screen-Shot-2014-11-24-at-10.59.15-AM.png\",\"width\":887,\"height\":339},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/pierrekiroule.com\\\/?p=209#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/pierrekiroule.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Fast switching users in Content Server demo site\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/pierrekiroule.com\\\/#website\",\"url\":\"http:\\\/\\\/pierrekiroule.com\\\/\",\"name\":\"Pierrekiroule Consulting\",\"description\":\"Enterprise Content Management and some BI\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/pierrekiroule.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/pierrekiroule.com\\\/#\\\/schema\\\/person\\\/613b1f79b5ac05eaf12fb6ce8a0dd70d\",\"name\":\"alex\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d2a3e9653dd4a5f45e78f4390f032130d2fd46d378061d207874813c65296eb4?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d2a3e9653dd4a5f45e78f4390f032130d2fd46d378061d207874813c65296eb4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d2a3e9653dd4a5f45e78f4390f032130d2fd46d378061d207874813c65296eb4?s=96&d=mm&r=g\",\"caption\":\"alex\"},\"sameAs\":[\"http:\\\/\\\/pierrekiroule.com\"],\"url\":\"http:\\\/\\\/pierrekiroule.com\\\/?author=2\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fast switching users in Content Server demo site - Pierrekiroule Consulting","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/pierrekiroule.com\/?p=209","og_locale":"en_US","og_type":"article","og_title":"Fast switching users in Content Server demo site - Pierrekiroule Consulting","og_description":"In Content Server, some settings are applied at a user level by the administrator. For instance, the access controls on the content, or the ability to create more or less type of objects in the system. In order to quickly test or demonstrate this, it is convenient to switch from one user (with administrative rights) [&hellip;]","og_url":"http:\/\/pierrekiroule.com\/?p=209","og_site_name":"Pierrekiroule Consulting","article_published_time":"2014-11-24T16:45:51+00:00","article_modified_time":"2017-05-18T12:40:17+00:00","og_image":[{"url":"http:\/\/pierrekiroule.com\/wp-content\/uploads\/2014\/11\/Screen-Shot-2014-11-24-at-10.59.15-AM-300x114.png","type":"","width":"","height":""}],"author":"alex","twitter_card":"summary_large_image","twitter_misc":{"Written by":"alex","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/pierrekiroule.com\/?p=209#article","isPartOf":{"@id":"http:\/\/pierrekiroule.com\/?p=209"},"author":{"name":"alex","@id":"http:\/\/pierrekiroule.com\/#\/schema\/person\/613b1f79b5ac05eaf12fb6ce8a0dd70d"},"headline":"Fast switching users in Content Server demo site","datePublished":"2014-11-24T16:45:51+00:00","dateModified":"2017-05-18T12:40:17+00:00","mainEntityOfPage":{"@id":"http:\/\/pierrekiroule.com\/?p=209"},"wordCount":486,"commentCount":0,"image":{"@id":"http:\/\/pierrekiroule.com\/?p=209#primaryimage"},"thumbnailUrl":"http:\/\/pierrekiroule.com\/wp-content\/uploads\/2014\/11\/Screen-Shot-2014-11-24-at-10.59.15-AM-300x114.png","keywords":["Content Server","OTCS"],"articleSection":["ECM","Tech tips"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/pierrekiroule.com\/?p=209#respond"]}]},{"@type":"WebPage","@id":"http:\/\/pierrekiroule.com\/?p=209","url":"http:\/\/pierrekiroule.com\/?p=209","name":"Fast switching users in Content Server demo site - Pierrekiroule Consulting","isPartOf":{"@id":"http:\/\/pierrekiroule.com\/#website"},"primaryImageOfPage":{"@id":"http:\/\/pierrekiroule.com\/?p=209#primaryimage"},"image":{"@id":"http:\/\/pierrekiroule.com\/?p=209#primaryimage"},"thumbnailUrl":"http:\/\/pierrekiroule.com\/wp-content\/uploads\/2014\/11\/Screen-Shot-2014-11-24-at-10.59.15-AM-300x114.png","datePublished":"2014-11-24T16:45:51+00:00","dateModified":"2017-05-18T12:40:17+00:00","author":{"@id":"http:\/\/pierrekiroule.com\/#\/schema\/person\/613b1f79b5ac05eaf12fb6ce8a0dd70d"},"breadcrumb":{"@id":"http:\/\/pierrekiroule.com\/?p=209#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/pierrekiroule.com\/?p=209"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/pierrekiroule.com\/?p=209#primaryimage","url":"http:\/\/pierrekiroule.com\/wp-content\/uploads\/2014\/11\/Screen-Shot-2014-11-24-at-10.59.15-AM.png","contentUrl":"http:\/\/pierrekiroule.com\/wp-content\/uploads\/2014\/11\/Screen-Shot-2014-11-24-at-10.59.15-AM.png","width":887,"height":339},{"@type":"BreadcrumbList","@id":"http:\/\/pierrekiroule.com\/?p=209#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/pierrekiroule.com\/"},{"@type":"ListItem","position":2,"name":"Fast switching users in Content Server demo site"}]},{"@type":"WebSite","@id":"http:\/\/pierrekiroule.com\/#website","url":"http:\/\/pierrekiroule.com\/","name":"Pierrekiroule Consulting","description":"Enterprise Content Management and some BI","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/pierrekiroule.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"http:\/\/pierrekiroule.com\/#\/schema\/person\/613b1f79b5ac05eaf12fb6ce8a0dd70d","name":"alex","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d2a3e9653dd4a5f45e78f4390f032130d2fd46d378061d207874813c65296eb4?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d2a3e9653dd4a5f45e78f4390f032130d2fd46d378061d207874813c65296eb4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d2a3e9653dd4a5f45e78f4390f032130d2fd46d378061d207874813c65296eb4?s=96&d=mm&r=g","caption":"alex"},"sameAs":["http:\/\/pierrekiroule.com"],"url":"http:\/\/pierrekiroule.com\/?author=2"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/prd6Q-3n","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"http:\/\/pierrekiroule.com\/index.php?rest_route=\/wp\/v2\/posts\/209","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/pierrekiroule.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/pierrekiroule.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/pierrekiroule.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/pierrekiroule.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=209"}],"version-history":[{"count":10,"href":"http:\/\/pierrekiroule.com\/index.php?rest_route=\/wp\/v2\/posts\/209\/revisions"}],"predecessor-version":[{"id":259,"href":"http:\/\/pierrekiroule.com\/index.php?rest_route=\/wp\/v2\/posts\/209\/revisions\/259"}],"wp:attachment":[{"href":"http:\/\/pierrekiroule.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=209"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/pierrekiroule.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=209"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/pierrekiroule.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=209"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}