{"id":7694,"date":"2020-02-21T12:53:43","date_gmt":"2020-02-21T09:53:43","guid":{"rendered":"http:\/\/unihost.com\/help\/ru\/?p=7694"},"modified":"2023-01-19T13:49:23","modified_gmt":"2023-01-19T10:49:23","slug":"apache-httpd-how-to-enable-password-authentication","status":"publish","type":"post","link":"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/","title":{"rendered":"Apache httpd: How To Enable Password Authentication"},"content":{"rendered":"<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-7699\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/apache-web-server-logo.png\" alt=\"Apache httpd: How To Enable Password Authentication - Image 1\" width=\"1000\" height=\"425\" \/ title=\"Apache httpd: How To Enable Password Authentication - Image 1\"><\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Security is a fist priority, and if you maintain data security, you have a great responsibility. <!--more-->If you are an administrator and want to provide access to a specific website to the user you need, who has only login information, this article will help you configure basic Apache authentication using a virtual host.<\/span><\/p>\n<h2><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Create a virtual host for out test domain<\/span><\/h2>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># nano \/etc\/httpd\/conf.d\/unihost.club.conf<\/span>\n\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">&lt;VirtualHost *:80&gt;<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"> \u00a0 DocumentRoot \/var\/www\/html<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"> \u00a0 ServerName unihost.club<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"> \u00a0 DirectoryIndex index.php<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">&lt;\/VirtualHost&gt;<\/span><\/pre>\n<h2><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Create a test webpage<\/span><\/h2>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># nano \/var\/www\/html\/index.php<\/span>\n\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">&lt;html&gt;<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">&lt;body&gt;<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">&lt;div style=\"width: 100%; font-size: 40px; font-weight: bold; text-align: center;\"&gt;<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Unihost.club Test Page<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">&lt;\/div&gt;<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">&lt;\/body&gt;<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">&lt;\/html&gt;<\/span><\/pre>\n<h2><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Create an authentication config<\/span><\/h2>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># nano \/etc\/httpd\/conf.d\/auth.conf<\/span>\n\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">&lt;Directory \/var\/www\/html\/&gt;<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">AuthType Basic<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">AuthName \"Basic Authentication\"<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">AuthUserFile \/etc\/httpd\/conf\/.htpasswd<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">require valid-user<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">&lt;\/Directory&gt;<\/span><\/pre>\n<div>\n<h2><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Create a password for user<\/span><\/h2>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># htpasswd -c \/etc\/httpd\/conf\/.htpasswd unihost<\/span><\/pre>\n<\/div>\n<div>\n<h2><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Verify configuration, open your website<\/span><\/h2>\n<\/div>\n<h2><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"http:\/\/unihost.com\/help\/minio.php?12-7.png\" alt=\"Apache httpd: How To Enable Password Authentication - Image 2\" width=\"808\" height=\"408\" \/ title=\"Apache httpd: How To Enable Password Authentication - Image 2\">Enter the password<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"http:\/\/unihost.com\/help\/minio.php?13-3.png\" alt=\"Apache httpd: How To Enable Password Authentication - Image 3\" width=\"813\" height=\"358\" \/ title=\"Apache httpd: How To Enable Password Authentication - Image 3\">You\u2019ve now set up basic authentication for your site<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Security is a fist priority, and if you maintain data security, you have a great responsibility.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[158],"tags":[123,544],"class_list":["post-7694","post","type-post","status-publish","format-standard","hentry","category-dedicated-servers","tag-apache","tag-httpd"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Apache httpd: How To Enable Password Authentication - Unihost.FAQ<\/title>\n<meta name=\"description\" content=\"Security is a fist priority, and if you maintain data security, Apache httpd: How To Enable Password Authentication\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Apache httpd: How To Enable Password Authentication - Unihost.FAQ\" \/>\n<meta property=\"og:description\" content=\"Security is a fist priority, and if you maintain data security, Apache httpd: How To Enable Password Authentication\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/\" \/>\n<meta property=\"og:site_name\" content=\"Unihost.FAQ\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/unihost\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-21T09:53:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-19T10:49:23+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/unihost.com\/help\/wp-content\/uploads\/apache-web-server-logo.png\" \/>\n<meta name=\"author\" content=\"Unihost Support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@unihost\" \/>\n<meta name=\"twitter:site\" content=\"@unihost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Unihost Support\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/\"},\"author\":{\"name\":\"Unihost Support\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\"},\"headline\":\"Apache httpd: How To Enable Password Authentication\",\"datePublished\":\"2020-02-21T09:53:43+00:00\",\"dateModified\":\"2023-01-19T10:49:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/\"},\"wordCount\":99,\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/unihost.com\/help\/wp-content\/uploads\/apache-web-server-logo.png\",\"keywords\":[\"Apache\",\"httpd\"],\"articleSection\":[\"02. Dedicated servers\"],\"inLanguage\":\"en\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/\",\"url\":\"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/\",\"name\":\"Apache httpd: How To Enable Password Authentication - Unihost.FAQ\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/unihost.com\/help\/wp-content\/uploads\/apache-web-server-logo.png\",\"datePublished\":\"2020-02-21T09:53:43+00:00\",\"dateModified\":\"2023-01-19T10:49:23+00:00\",\"description\":\"Security is a fist priority, and if you maintain data security, Apache httpd: How To Enable Password Authentication\",\"breadcrumb\":{\"@id\":\"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/#primaryimage\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?.\/apache-web-server-logo.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?.\/apache-web-server-logo.png\",\"width\":1000,\"height\":425},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Unihost\",\"item\":\"https:\/\/unihost.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Help\",\"item\":\"https:\/\/unihost.com\/help\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Apache httpd: How To Enable Password Authentication\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/unihost.com\/help\/#website\",\"url\":\"https:\/\/unihost.com\/help\/\",\"name\":\"Unihost.FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/unihost.com\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/unihost.com\/help\/#organization\",\"name\":\"Unihost\",\"alternateName\":\"Unihost\",\"url\":\"https:\/\/unihost.com\/help\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"width\":300,\"height\":300,\"caption\":\"Unihost\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/unihost\/\",\"https:\/\/x.com\/unihost\",\"https:\/\/www.instagram.com\/unihost\/?hl=en\",\"https:\/\/www.linkedin.com\/company\/unihost-com\",\"https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\",\"name\":\"Unihost Support\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"caption\":\"Unihost Support\"},\"sameAs\":[\"https:\/\/unihost.com\/\"],\"url\":\"https:\/\/unihost.com\/help\/author\/support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Apache httpd: How To Enable Password Authentication - Unihost.FAQ","description":"Security is a fist priority, and if you maintain data security, Apache httpd: How To Enable Password Authentication","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:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/","og_locale":"en_US","og_type":"article","og_title":"Apache httpd: How To Enable Password Authentication - Unihost.FAQ","og_description":"Security is a fist priority, and if you maintain data security, Apache httpd: How To Enable Password Authentication","og_url":"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/","og_site_name":"Unihost.FAQ","article_publisher":"https:\/\/www.facebook.com\/unihost\/","article_published_time":"2020-02-21T09:53:43+00:00","article_modified_time":"2023-01-19T10:49:23+00:00","og_image":[{"url":"http:\/\/unihost.com\/help\/wp-content\/uploads\/apache-web-server-logo.png","type":"","width":"","height":""}],"author":"Unihost Support","twitter_card":"summary_large_image","twitter_creator":"@unihost","twitter_site":"@unihost","twitter_misc":{"Written by":"Unihost Support","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/#article","isPartOf":{"@id":"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/"},"author":{"name":"Unihost Support","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a"},"headline":"Apache httpd: How To Enable Password Authentication","datePublished":"2020-02-21T09:53:43+00:00","dateModified":"2023-01-19T10:49:23+00:00","mainEntityOfPage":{"@id":"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/"},"wordCount":99,"publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"image":{"@id":"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/#primaryimage"},"thumbnailUrl":"http:\/\/unihost.com\/help\/wp-content\/uploads\/apache-web-server-logo.png","keywords":["Apache","httpd"],"articleSection":["02. Dedicated servers"],"inLanguage":"en"},{"@type":"WebPage","@id":"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/","url":"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/","name":"Apache httpd: How To Enable Password Authentication - Unihost.FAQ","isPartOf":{"@id":"https:\/\/unihost.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/#primaryimage"},"image":{"@id":"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/#primaryimage"},"thumbnailUrl":"http:\/\/unihost.com\/help\/wp-content\/uploads\/apache-web-server-logo.png","datePublished":"2020-02-21T09:53:43+00:00","dateModified":"2023-01-19T10:49:23+00:00","description":"Security is a fist priority, and if you maintain data security, Apache httpd: How To Enable Password Authentication","breadcrumb":{"@id":"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/#primaryimage","url":"https:\/\/unihost.com\/help\/minio.php?.\/apache-web-server-logo.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?.\/apache-web-server-logo.png","width":1000,"height":425},{"@type":"BreadcrumbList","@id":"https:\/\/unihost.com\/help\/apache-httpd-how-to-enable-password-authentication\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Unihost","item":"https:\/\/unihost.com\/"},{"@type":"ListItem","position":2,"name":"Help","item":"https:\/\/unihost.com\/help\/"},{"@type":"ListItem","position":3,"name":"Apache httpd: How To Enable Password Authentication"}]},{"@type":"WebSite","@id":"https:\/\/unihost.com\/help\/#website","url":"https:\/\/unihost.com\/help\/","name":"Unihost.FAQ","description":"","publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unihost.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/unihost.com\/help\/#organization","name":"Unihost","alternateName":"Unihost","url":"https:\/\/unihost.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","width":300,"height":300,"caption":"Unihost"},"image":{"@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/unihost\/","https:\/\/x.com\/unihost","https:\/\/www.instagram.com\/unihost\/?hl=en","https:\/\/www.linkedin.com\/company\/unihost-com","https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw"]},{"@type":"Person","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a","name":"Unihost Support","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","caption":"Unihost Support"},"sameAs":["https:\/\/unihost.com\/"],"url":"https:\/\/unihost.com\/help\/author\/support\/"}]}},"_links":{"self":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/7694","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/comments?post=7694"}],"version-history":[{"count":5,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/7694\/revisions"}],"predecessor-version":[{"id":11485,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/7694\/revisions\/11485"}],"wp:attachment":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/media?parent=7694"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/categories?post=7694"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/tags?post=7694"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}