{"id":86,"date":"2011-12-11T22:07:10","date_gmt":"2011-12-12T05:07:10","guid":{"rendered":"https:\/\/mmman.itgroove.net\/?p=86"},"modified":"2023-02-24T21:47:07","modified_gmt":"2023-02-24T21:47:07","slug":"rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive","status":"publish","type":"post","link":"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/","title":{"rendered":"Rebuilding a Web Application in SharePoint Central Admin (Data Non-destructive)"},"content":{"rendered":"<p><span style=\"font-size:14pt\"><strong>The Problem(s)<br \/>\n<\/strong><\/span><\/p>\n<p>I recently came across a situation where using SharePoint Designer 2010, I was unable to connect to my server.  A second symptom of (what I believe to be) the same issue, was that I was unable to add a new user as a member to a site-collection, other than the root site collection within a web app (i.e. A sub-site collection).  Other weird symptoms were showing up as well, but I didn&#8217;t document them.  In SharePoint Designer, the error message was as follows.\n<\/p>\n<p>The server could not complete your request. The content type of the response is &#8220;&#8221;.\n<\/p>\n<div><img decoding=\"async\" src=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga1.png\" alt=\"\" \/>\n\t<\/div>\n<p><\/p>\n<div><img decoding=\"async\" src=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga2.png\" alt=\"\" \/>\n\t<\/div>\n<p><\/p>\n<p>I tried to see if the issue at this blog (<a href=\"http:\/\/mrhodes.net\/2010\/03\/30\/sharepoint-designer-2010-the-server-could-not-complete-your-request-the-content-type-of-the-response-is-8\/\">http:\/\/mrhodes.net\/2010\/03\/30\/sharepoint-designer-2010-the-server-could-not-complete-your-request-the-content-type-of-the-response-is-8\/<\/a>) matched to my problem, but it didn&#8217;t really fit.  The situation for my circumstances happened to be a single WFE server farm machine, with SSL, and only one web application \u2013 there was no IIS customization done whatsoever.\n<\/p>\n<p>Given that I was seeing multiple symptoms, I decided to take a different path.  I tried using SharePoint designer on the WFE server box itself, and found that in fact that worked when connecting to the machine (the server was named SERVER-X, with a web application named site.company.com and connecting SharePoint Designer on SERVER-X to <a href=\"http:\/\/SERVER-X\">http:\/\/SERVER-X<\/a> \u2013 instead of <a href=\"http:\/\/site.company.com\">http:\/\/site.company.com<\/a> \u2013 worked).  So this was a temporary work around, but it didn&#8217;t solve my second problem at all.\n<\/p>\n<p>Since I could get SharePoint Designer working locally, and I was seeing other symptoms consistent with a potentially messed up set of web application configuration settings, I decided to take the bold move of rebuilding the web application.  The act of rebuilding the web application does not destroy the data for a web application (if you do it correctly), but it is a good way to clean up your configuration.\n<\/p>\n<p><span style=\"font-size:14pt\"><strong>Rebuilding a Web Application<br \/>\n<\/strong><\/span><\/p>\n<p>Prior to starting the actual process, we&#8217;ll need to gather a couple of pieces of information.  First off, we need to get the database name of the web application we&#8217;re using.  You can do this by going into SQL Server Management Studio.  Take note of the server name, and the database name.\n<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga3.png\" alt=\"\" \/>\n\t<\/p>\n<p><\/p>\n<p>Other pieces of information you&#8217;ll need to know are;\n<\/p>\n<ol>\n<li>What is your connection information to the SQL server (Windows authentication or SQL authentication)?\n<\/li>\n<li>Are you using classic or claims based authentication?\n<\/li>\n<li>Are you using a port on your web application (other than the default of 80)?\n<\/li>\n<li>What security mechanism you&#8217;re using \u2013 Kerberos vs. NTLM, Anonymous allowed, SSL enabled?\n<\/li>\n<li>Are you using a failover server?\n<\/li>\n<li>\n<div>Do you have any Service Application Connections?\n<\/div>\n<p style=\"margin-left: 18pt\">Service Connection information can be found here.\n<\/p>\n<p style=\"margin-left: 18pt\"><img decoding=\"async\" src=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga4.png\" alt=\"\" \/>\n\t\t\t<\/p>\n<p><\/p>\n<p style=\"margin-left: 18pt\"><img decoding=\"async\" src=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga5.png\" alt=\"\" \/>\n\t\t\t<\/p>\n<p><\/p>\n<p style=\"margin-left: 18pt\">These are the default settings (no customizations).\n<\/p>\n<\/li>\n<\/ol>\n<p>My instance is fairly vanilla, as we&#8217;re using classic authentication on port 80, with NTLM (no SSL), no failover and no special connections.  We also will be creating a new app pool.\n<\/p>\n<p>To start the actual rebuild of the web app, go into SharePoint Central Administration, and select Manage Web Applications under Application Management.\n<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga6.png\" alt=\"\" \/>\n\t<\/p>\n<p><\/p>\n<p>Next, choose your web application (1), and select the fly out on the delete button (2), and choose &#8220;Delete Web Application&#8221;.\n<\/p>\n<p>Note: Take note of the name of the web application for when we rebuild it later (likely something along the lines of site.company.com).\n<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga7.png\" alt=\"\" \/>\n\t<\/p>\n<p><\/p>\n<p>Next, and this is the key to not destroying your data, but simply cleaning up the messed up settings, is to select &#8220;No&#8221; to &#8220;Delete content databases&#8221;.  However, we do want to delete the IIS web sites, so choose &#8220;Yes&#8221; to this.  Then choose &#8220;Delete&#8221;.\n<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga8.png\" alt=\"\" \/>\n\t<\/p>\n<p><\/p>\n<p>It&#8217;s good that SharePoint ensures we&#8217;re sane here\u2026\n<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga9.png\" alt=\"\" \/>\n\t<\/p>\n<p><\/p>\n<p>Next jump back into the Manage Web Application page and choose New.\n<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga10.png\" alt=\"\" \/>\n\t<\/p>\n<p><\/p>\n<p>The wizard that pops up is quite long, but asks some important questions \u2013 hopefully you properly collected the information earlier, so you can now successfully recreate your Web Application.\n<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga11.png\" alt=\"\" \/>\n\t<\/p>\n<p><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga12.png\" alt=\"\" \/>\n\t<\/p>\n<p><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga13.png\" alt=\"\" \/>\n\t<\/p>\n<p><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga14.png\" alt=\"\" \/>\n\t<\/p>\n<p><\/p>\n<p>If you entered everything correctly, you should see the following message.\n<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga15.png\" alt=\"\" \/>\n\t<\/p>\n<p><\/p>\n<p>If you happen to come across the error message, &#8220;Value cannot be null. Parameter name: sid&#8221;, this is because you&#8217;re not creating a new application pool and are trying to reuse the &#8220;DefaultAppPool&#8221; or the &#8220;Classic .Net AppPool&#8221;.  See this URL for details <a href=\"http:\/\/social.technet.microsoft.com\/Forums\/en-US\/sharepoint2010setup\/thread\/1a6e1658-c5a1-4a56-bb11-8d3c58931227\">http:\/\/social.technet.microsoft.com\/Forums\/en-US\/sharepoint2010setup\/thread\/1a6e1658-c5a1-4a56-bb11-8d3c58931227<\/a>.\n<\/p>\n<p>In my case, doing the steps above solved my problems with not being able to connect SharePoint Designer 2010 to my server, and also with not being able to add a new user to a sub-site collection.  Also, this was a non-destructive way to reset all of your IIS settings back to their appropriate SharePoint defaults.  <\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Problem(s) I recently came across a situation where using SharePoint Designer 2010, I was unable to connect to my server. A second symptom of (what I believe to be) the same issue, was that I was unable to add a new user as a member to a site-collection, other than the root site collection &hellip; <a href=\"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/\"><\/a><\/p>\n","protected":false},"author":13,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[7],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Rebuilding a Web Application in SharePoint Central Admin (Data Non-destructive) - Archive<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rebuilding a Web Application in SharePoint Central Admin (Data Non-destructive) - Archive\" \/>\n<meta property=\"og:description\" content=\"The Problem(s) I recently came across a situation where using SharePoint Designer 2010, I was unable to connect to my server. A second symptom of (what I believe to be) the same issue, was that I was unable to add a new user as a member to a site-collection, other than the root site collection &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/\" \/>\n<meta property=\"og:site_name\" content=\"Archive\" \/>\n<meta property=\"article:published_time\" content=\"2011-12-12T05:07:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-24T21:47:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga1.png\" \/>\n<meta name=\"author\" content=\"Colin Phillips (Alumni)\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Colin Phillips (Alumni)\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/\",\"url\":\"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/\",\"name\":\"Rebuilding a Web Application in SharePoint Central Admin (Data Non-destructive) - Archive\",\"isPartOf\":{\"@id\":\"https:\/\/regroove.ca\/archive\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga1.png\",\"datePublished\":\"2011-12-12T05:07:10+00:00\",\"dateModified\":\"2023-02-24T21:47:07+00:00\",\"author\":{\"@id\":\"https:\/\/regroove.ca\/archive\/#\/schema\/person\/adeb0df1cc7a862160be620ca7eace1b\"},\"breadcrumb\":{\"@id\":\"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/#primaryimage\",\"url\":\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga1.png\",\"contentUrl\":\"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog Archive\",\"item\":\"https:\/\/regroove.ca\/archive\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rebuilding a Web Application in SharePoint Central Admin (Data Non-destructive)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/regroove.ca\/archive\/#website\",\"url\":\"https:\/\/regroove.ca\/archive\/\",\"name\":\"Archive\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/regroove.ca\/archive\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/regroove.ca\/archive\/#\/schema\/person\/adeb0df1cc7a862160be620ca7eace1b\",\"name\":\"Colin Phillips (Alumni)\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/regroove.ca\/archive\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/14eeab0d377e9630e0983d9c08911979?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/14eeab0d377e9630e0983d9c08911979?s=96&d=mm&r=g\",\"caption\":\"Colin Phillips (Alumni)\"},\"url\":\"https:\/\/regroove.ca\/archive\/author\/cphillips\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rebuilding a Web Application in SharePoint Central Admin (Data Non-destructive) - Archive","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":"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/","og_locale":"en_US","og_type":"article","og_title":"Rebuilding a Web Application in SharePoint Central Admin (Data Non-destructive) - Archive","og_description":"The Problem(s) I recently came across a situation where using SharePoint Designer 2010, I was unable to connect to my server. A second symptom of (what I believe to be) the same issue, was that I was unable to add a new user as a member to a site-collection, other than the root site collection &hellip;","og_url":"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/","og_site_name":"Archive","article_published_time":"2011-12-12T05:07:10+00:00","article_modified_time":"2023-02-24T21:47:07+00:00","og_image":[{"url":"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga1.png"}],"author":"Colin Phillips (Alumni)","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Colin Phillips (Alumni)","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/","url":"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/","name":"Rebuilding a Web Application in SharePoint Central Admin (Data Non-destructive) - Archive","isPartOf":{"@id":"https:\/\/regroove.ca\/archive\/#website"},"primaryImageOfPage":{"@id":"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/#primaryimage"},"image":{"@id":"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/#primaryimage"},"thumbnailUrl":"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga1.png","datePublished":"2011-12-12T05:07:10+00:00","dateModified":"2023-02-24T21:47:07+00:00","author":{"@id":"https:\/\/regroove.ca\/archive\/#\/schema\/person\/adeb0df1cc7a862160be620ca7eace1b"},"breadcrumb":{"@id":"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/#primaryimage","url":"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga1.png","contentUrl":"https:\/\/mmman.itgroove.net\/wp-content\/uploads\/mmman\/2011\/12\/121211_0506_Rebuildinga1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/regroove.ca\/archive\/2011\/12\/11\/rebuilding-a-web-application-in-sharepoint-central-admin-data-non-destructive\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog Archive","item":"https:\/\/regroove.ca\/archive\/"},{"@type":"ListItem","position":2,"name":"Rebuilding a Web Application in SharePoint Central Admin (Data Non-destructive)"}]},{"@type":"WebSite","@id":"https:\/\/regroove.ca\/archive\/#website","url":"https:\/\/regroove.ca\/archive\/","name":"Archive","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/regroove.ca\/archive\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/regroove.ca\/archive\/#\/schema\/person\/adeb0df1cc7a862160be620ca7eace1b","name":"Colin Phillips (Alumni)","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/regroove.ca\/archive\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/14eeab0d377e9630e0983d9c08911979?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/14eeab0d377e9630e0983d9c08911979?s=96&d=mm&r=g","caption":"Colin Phillips (Alumni)"},"url":"https:\/\/regroove.ca\/archive\/author\/cphillips\/"}]}},"_links":{"self":[{"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/posts\/86"}],"collection":[{"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/comments?post=86"}],"version-history":[{"count":1,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/posts\/86\/revisions"}],"predecessor-version":[{"id":2025,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/posts\/86\/revisions\/2025"}],"wp:attachment":[{"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/media?parent=86"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/categories?post=86"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/tags?post=86"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}