{"id":9057,"date":"2025-07-21T03:55:01","date_gmt":"2025-07-21T03:55:01","guid":{"rendered":"https:\/\/pariswells.com\/blog\/?p=9057"},"modified":"2025-07-21T03:55:03","modified_gmt":"2025-07-21T03:55:03","slug":"dynamics-certify-the-web-ssl-changeover-script","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script","title":{"rendered":"Dynamics Certify the Web SSL Changeover Script"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code class=\"\">#48622 - GP Webclient Session Services\n#48623 - GP Webclient Session Central\n#48650 - GP Webservices (GP Workflow)\n#48651 - GP Webresources cache (GP Workflow)\n#4713  - Management Reporter Service (SSL)\n\nparam($result)\nif (!$result.IsSuccess) {\n\n$hostname = XXXX.XXXXXX.com.au\n#get thumbprint from Certify the web\n$thumbprint = $result.ManagedItem.CertificateThumbprintHash # e.g. 2c127d49b4f63d947dd7b91750c9e57751eced0c\n\nnet stop \"GPWebClientSessionServices\" \n\nnet stop \"GPWebClientSessionCentral\" \n\nnet stop \"GPService\" \n\nnet stop \"GPWebResourceCache\" \n\nnet stop \"MR2012ApplicationService\" \n\nnet stop \"MR2012ProcessService\" \n\n \nnetsh http show sslcert > sslcert.Orig.txt \n\n#netsh http delete sslcert ipport=0.0.0.0:48622 \n\n#netsh http delete sslcert ipport=0.0.0.0:48623 \n\nnetsh http delete sslcert ipport=0.0.0.0:48650 \n\nnetsh http delete sslcert ipport=0.0.0.0:48651 \n\nnetsh http delete sslcert hostnameport=$hostname:4713 \n\n#netsh http add sslcert ipport=0.0.0.0:48622 certhash=$thumbprint appid={7689db5c-f331-4e87-addf-95ccb40b8a2e} \n\n#netsh http add sslcert ipport=0.0.0.0:48623 certhash=$thumbprint appid={7689db5c-f331-4e87-addf-95ccb40b8a2e} \n\nnetsh http add sslcert ipport=0.0.0.0:48650 certhash=$thumbprint appid={5b1e387d-9f42-4387-9b7d-4e8d046bae33} \n\nnetsh http add sslcert ipport=0.0.0.0:48651 certhash=$thumbprint appid={5b1e387d-9f42-4387-9b7d-4e8d046bae33} \n\nnetsh http add sslcert hostnameport=$hostname:4713 certhash=$thumbprint certstorename=MY appid={85118119-e5f5-40da-b837-4acbd51d62f0} \n\n\nnet start \"GPWebClientSessionServices\" \n\nnet start \"GPWebClientSessionCentral\" \n\nnet start \"GPService\" \n\nnet start \"GPWebResourceCache\" \n\nnet start \"MR2012ApplicationService\" \n\nnet start \"MR2012ProcessService\" \n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"","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-9057","post","type-post","status-publish","format-standard","hentry","category-research"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"#48622 - GP Webclient Session Services #48623 - GP Webclient Session Central #48650 - GP Webservices (GP Workflow) #48651 - GP Webresources cache (GP Workflow) #4713 - Management Reporter Service (SSL) param($result) if (!$result.IsSuccess) { $hostname = XXXX.XXXXXX.com.au #get thumbprint from Certify the web $thumbprint = $result.ManagedItem.CertificateThumbprintHash # e.g. 2c127d49b4f63d947dd7b91750c9e57751eced0c net stop &quot;GPWebClientSessionServices&quot; net stop\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"paris\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Welcome to Pariswells.com |\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Dynamics Certify the Web SSL Changeover Script | Welcome to Pariswells.com\" \/>\n\t\t<meta property=\"og:description\" content=\"#48622 - GP Webclient Session Services #48623 - GP Webclient Session Central #48650 - GP Webservices (GP Workflow) #48651 - GP Webresources cache (GP Workflow) #4713 - Management Reporter Service (SSL) param($result) if (!$result.IsSuccess) { $hostname = XXXX.XXXXXX.com.au #get thumbprint from Certify the web $thumbprint = $result.ManagedItem.CertificateThumbprintHash # e.g. 2c127d49b4f63d947dd7b91750c9e57751eced0c net stop &quot;GPWebClientSessionServices&quot; net stop\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-07-21T03:55:01+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-07-21T03:55:03+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Dynamics Certify the Web SSL Changeover Script | Welcome to Pariswells.com\" \/>\n\t\t<meta name=\"twitter:description\" content=\"#48622 - GP Webclient Session Services #48623 - GP Webclient Session Central #48650 - GP Webservices (GP Workflow) #48651 - GP Webresources cache (GP Workflow) #4713 - Management Reporter Service (SSL) param($result) if (!$result.IsSuccess) { $hostname = XXXX.XXXXXX.com.au #get thumbprint from Certify the web $thumbprint = $result.ManagedItem.CertificateThumbprintHash # e.g. 2c127d49b4f63d947dd7b91750c9e57751eced0c net stop &quot;GPWebClientSessionServices&quot; net stop\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/dynamics-certify-the-web-ssl-changeover-script#article\",\"name\":\"Dynamics Certify the Web SSL Changeover Script | Welcome to Pariswells.com\",\"headline\":\"Dynamics Certify the Web SSL Changeover Script\",\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"},\"datePublished\":\"2025-07-21T03:55:01+00:00\",\"dateModified\":\"2025-07-21T03:55:03+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/dynamics-certify-the-web-ssl-changeover-script#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/dynamics-certify-the-web-ssl-changeover-script#webpage\"},\"articleSection\":\"Research\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/dynamics-certify-the-web-ssl-changeover-script#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research#listItem\",\"name\":\"Research\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research#listItem\",\"position\":2,\"name\":\"Research\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/dynamics-certify-the-web-ssl-changeover-script#listItem\",\"name\":\"Dynamics Certify the Web SSL Changeover Script\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/dynamics-certify-the-web-ssl-changeover-script#listItem\",\"position\":3,\"name\":\"Dynamics Certify the Web SSL Changeover Script\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research#listItem\",\"name\":\"Research\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\",\"name\":\"Welcome to Pariswells.com\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris\",\"name\":\"paris\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/dynamics-certify-the-web-ssl-changeover-script#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"paris\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/dynamics-certify-the-web-ssl-changeover-script#webpage\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/dynamics-certify-the-web-ssl-changeover-script\",\"name\":\"Dynamics Certify the Web SSL Changeover Script | Welcome to Pariswells.com\",\"description\":\"#48622 - GP Webclient Session Services #48623 - GP Webclient Session Central #48650 - GP Webservices (GP Workflow) #48651 - GP Webresources cache (GP Workflow) #4713 - Management Reporter Service (SSL) param($result) if (!$result.IsSuccess) { $hostname = XXXX.XXXXXX.com.au #get thumbprint from Certify the web $thumbprint = $result.ManagedItem.CertificateThumbprintHash # e.g. 2c127d49b4f63d947dd7b91750c9e57751eced0c net stop \\\"GPWebClientSessionServices\\\" net stop\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/dynamics-certify-the-web-ssl-changeover-script#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"datePublished\":\"2025-07-21T03:55:01+00:00\",\"dateModified\":\"2025-07-21T03:55:03+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\",\"name\":\"Welcome to Pariswells.com\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Dynamics Certify the Web SSL Changeover Script | Welcome to Pariswells.com","description":"#48622 - GP Webclient Session Services #48623 - GP Webclient Session Central #48650 - GP Webservices (GP Workflow) #48651 - GP Webresources cache (GP Workflow) #4713 - Management Reporter Service (SSL) param($result) if (!$result.IsSuccess) { $hostname = XXXX.XXXXXX.com.au #get thumbprint from Certify the web $thumbprint = $result.ManagedItem.CertificateThumbprintHash # e.g. 2c127d49b4f63d947dd7b91750c9e57751eced0c net stop \"GPWebClientSessionServices\" net stop","canonical_url":"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script#article","name":"Dynamics Certify the Web SSL Changeover Script | Welcome to Pariswells.com","headline":"Dynamics Certify the Web SSL Changeover Script","author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"},"datePublished":"2025-07-21T03:55:01+00:00","dateModified":"2025-07-21T03:55:03+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script#webpage"},"isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script#webpage"},"articleSection":"Research"},{"@type":"BreadcrumbList","@id":"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/pariswells.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/research#listItem","name":"Research"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/research#listItem","position":2,"name":"Research","item":"https:\/\/pariswells.com\/blog\/category\/research","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script#listItem","name":"Dynamics Certify the Web SSL Changeover Script"},"previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script#listItem","position":3,"name":"Dynamics Certify the Web SSL Changeover Script","previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/research#listItem","name":"Research"}}]},{"@type":"Organization","@id":"https:\/\/pariswells.com\/blog\/#organization","name":"Welcome to Pariswells.com","url":"https:\/\/pariswells.com\/blog\/"},{"@type":"Person","@id":"https:\/\/pariswells.com\/blog\/author\/paris#author","url":"https:\/\/pariswells.com\/blog\/author\/paris","name":"paris","image":{"@type":"ImageObject","@id":"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g","width":96,"height":96,"caption":"paris"}},{"@type":"WebPage","@id":"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script#webpage","url":"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script","name":"Dynamics Certify the Web SSL Changeover Script | Welcome to Pariswells.com","description":"#48622 - GP Webclient Session Services #48623 - GP Webclient Session Central #48650 - GP Webservices (GP Workflow) #48651 - GP Webresources cache (GP Workflow) #4713 - Management Reporter Service (SSL) param($result) if (!$result.IsSuccess) { $hostname = XXXX.XXXXXX.com.au #get thumbprint from Certify the web $thumbprint = $result.ManagedItem.CertificateThumbprintHash # e.g. 2c127d49b4f63d947dd7b91750c9e57751eced0c net stop \"GPWebClientSessionServices\" net stop","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script#breadcrumblist"},"author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"creator":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"datePublished":"2025-07-21T03:55:01+00:00","dateModified":"2025-07-21T03:55:03+00:00"},{"@type":"WebSite","@id":"https:\/\/pariswells.com\/blog\/#website","url":"https:\/\/pariswells.com\/blog\/","name":"Welcome to Pariswells.com","inLanguage":"en-US","publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Welcome to Pariswells.com |","og:type":"article","og:title":"Dynamics Certify the Web SSL Changeover Script | Welcome to Pariswells.com","og:description":"#48622 - GP Webclient Session Services #48623 - GP Webclient Session Central #48650 - GP Webservices (GP Workflow) #48651 - GP Webresources cache (GP Workflow) #4713 - Management Reporter Service (SSL) param($result) if (!$result.IsSuccess) { $hostname = XXXX.XXXXXX.com.au #get thumbprint from Certify the web $thumbprint = $result.ManagedItem.CertificateThumbprintHash # e.g. 2c127d49b4f63d947dd7b91750c9e57751eced0c net stop &quot;GPWebClientSessionServices&quot; net stop","og:url":"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script","article:published_time":"2025-07-21T03:55:01+00:00","article:modified_time":"2025-07-21T03:55:03+00:00","twitter:card":"summary","twitter:title":"Dynamics Certify the Web SSL Changeover Script | Welcome to Pariswells.com","twitter:description":"#48622 - GP Webclient Session Services #48623 - GP Webclient Session Central #48650 - GP Webservices (GP Workflow) #48651 - GP Webresources cache (GP Workflow) #4713 - Management Reporter Service (SSL) param($result) if (!$result.IsSuccess) { $hostname = XXXX.XXXXXX.com.au #get thumbprint from Certify the web $thumbprint = $result.ManagedItem.CertificateThumbprintHash # e.g. 2c127d49b4f63d947dd7b91750c9e57751eced0c net stop &quot;GPWebClientSessionServices&quot; net stop"},"aioseo_meta_data":{"post_id":"9057","title":null,"description":null,"keywords":null,"keyphrases":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-12-10 02:02:34","updated":"2025-12-10 02:02:34","primary_term":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/pariswells.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/pariswells.com\/blog\/category\/research\" title=\"Research\">Research<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tDynamics Certify the Web SSL Changeover Script\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/pariswells.com\/blog"},{"label":"Research","link":"https:\/\/pariswells.com\/blog\/category\/research"},{"label":"Dynamics Certify the Web SSL Changeover Script","link":"https:\/\/pariswells.com\/blog\/research\/dynamics-certify-the-web-ssl-changeover-script"}],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/9057","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=9057"}],"version-history":[{"count":1,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/9057\/revisions"}],"predecessor-version":[{"id":9058,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/9057\/revisions\/9058"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=9057"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=9057"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=9057"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}