{"id":21841,"date":"2026-07-10T12:46:15","date_gmt":"2026-07-10T11:46:15","guid":{"rendered":"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/"},"modified":"2026-07-10T12:46:25","modified_gmt":"2026-07-10T11:46:25","slug":"windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and","status":"publish","type":"post","link":"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/","title":{"rendered":"Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026"},"content":{"rendered":"<div class=\"anp-pro-entry\">\n<p class=\"anp-pro-lead\">The topic <strong>Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026<\/strong> is currently the subject of lively discussion \u2014 readers and analysts are keeping a close eye on developments.<\/p>\n<p class=\"anp-pro-p\">This is taking place in a dynamic environment: companies\u2019 decisions and competitors\u2019 reactions can quickly change the picture.<\/p>\n<p class=\"anp-pro-p\">Every time I dig through Windows 11&#8217;s network settings, I feel like I have discovered a new one. Last week, I was chasing down a random LAN disconnect issue and had reset all network settings to reconfigure everything. That&#8217;s when I noticed an option called DNS over HTTPS, which I had missed before.<\/p>\n<p class=\"anp-pro-p\">Turns out Windows 11 supports encrypting DNS natively since launch. Only the setting was tucked away, so most people never bother to enable it. After spending time configuring encrypted DNS on the router and self-hosted resolvers, I realized that Windows 11 itself has a built-in switch for that. That was a good enough reason to dig in.<\/p>\n<p class=\"anp-pro-p\">A DNS lookup request translates the domain name you type into an IP address before your PC can connect to anything. This happens before the HTTPS handshake with the site itself, and it traditionally occurs on port 53. So, the request itself isn\u2019t encrypted even if the site you\u2019re visiting is. Anyone positioned between your PC and that DNS server can see exactly which domains you\u2019re resolving. That could be your ISP, someone on the same Wi-Fi network, or a compromised router. That said, they can\u2019t see what you\u2019re doing once you\u2019ve opened the site.<\/p>\n<p class=\"anp-pro-p\">DNS over HTTPS changes that. It hides the same DNS request inside an encrypted connection, so it travels over port 443 instead of port 53. Anyone monitoring your traffic just sees a regular HTTPS connection to your DNS provider. They can&#8217;t tell which sites you&#8217;re actually resolving.<\/p>\n<figure class=\"anp-pro-inline-figure\" style=\"margin:1.75em auto;text-align:center;max-width:100%\"><img decoding=\"async\" class=\"anp-pro-inline-img\" src=\"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/dropdown-for-dns-over-https-in-windows-scaled.jpg\" alt=\"\" style=\"display:block;margin:0 auto;max-width:100%;width:auto;height:auto;object-fit:contain;object-position:center\" loading=\"lazy\"><\/figure>\n<p class=\"anp-pro-p\">What caught me off guard is that Windows 11 has this built in already. DNS over HTTPS was tested in Windows 10, but it required registry edits with no interface access. It arrived officially with Windows 11. Surprisingly, this option wasn\u2019t on by default. So if you\u2019ve never touched it, and you go looking for it, expect it to be off.<\/p>\n<p class=\"anp-pro-p\">You can enable DNS over HTTPS from the Network &amp; Internet section of the Settings app. You need to click the connection (Wi-Fi or Ethernet) you\u2019re using, then go to the DNS server assignment and click Edit. Switch the DNS server assignment from Automatic to Manual and toggle IPv4 on. Next, you can add your preferred and alternate DNS servers.<\/p>\n<p class=\"anp-pro-p\">Under each DNS server, use the drop-down for DNS over HTTPS and select On (Automatic Template), which applies the correct settings for that provider. Note that the dropdown only appears when Windows recognizes the DNS server as DoH-capable. Windows has hardcoded templates for DNS servers from Cloudflare, Google, and Quad9. If you use any other provider, the dropdown to use a template won\u2019t appear.<\/p>\n<p class=\"anp-pro-p\">You can still add a third-party DNS provider\u2019s DoH template into Windows and use it. for example, you can add NextDNS\u2019s DoH template on Windows 11 using PowerShell (run it as Administrator) with a single cmdlet (Set-DnsClientDohServerAddress). After that, when you use the NextDNS IPs, the dropdown will appear to select the relevant template.<\/p>\n<p class=\"anp-pro-p\">One thing worth checking after enabling is whether it\u2019s actually working, rather than assuming the toggle encrypts DNS queries. Cloudflare hosts a browser-based check at https:\/\/1.1.1.1\/help that tells you whether your DNS queries are encrypted and which resolver is handling them. I ran it right after switching over to Cloudflare DNS servers, and it confirmed that DoH was active.<\/p>\n<p class=\"anp-pro-p\">You&#8217;ll also want to make sure you turn off the Fall back to plaintext toggle. That\u2019s because Windows won\u2019t warn you if a DoH handshake fails and reverts to unencrypted lookups.<\/p>\n<figure class=\"anp-pro-inline-figure\" style=\"margin:1.75em auto;text-align:center;max-width:100%\"><img decoding=\"async\" class=\"anp-pro-inline-img\" src=\"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/powershell-dns-doh-template-scaled.jpg\" alt=\"\" style=\"display:block;margin:0 auto;max-width:100%;width:auto;height:auto;object-fit:contain;object-position:center\" loading=\"lazy\"><\/figure>\n<p class=\"anp-pro-p\">I assumed that using DNS over HTTPS might add noticeable overhead with every DNS lookup. TLS handshakes cost real time, and DNS is supposed to be a fast, forgettable step before the real connection takes place. Switching between tabs or opening new sites felt a bit sluggish initially.<\/p>\n<p class=\"anp-pro-p\">After a while, I couldn\u2019t point out the sluggishness. It all comes down to DNS caching. Once a domain is resolved, my Windows 11 PC doesn\u2019t re-query it on every request. That overhead only showed up the first time I opened a new site. It\u2019s small enough that a week\u2019s worth of use didn\u2019t reveal any downsides.<\/p>\n<p class=\"anp-pro-p\">Enabling DoH is great for an encrypted DNS experience, but it also affects a few things on your network. VPNs with split-tunneling can cause encrypted DNS queries to be routed outside the tunnel. That defeats the point of running a VPN. It\u2019s best to check how a VPN client handles DNS before you assume that the DoH setting in Windows works as expected.<\/p>\n<p class=\"anp-pro-p\">At the router level, parental controls and content filters inspect the plain DNS traffic on port 53. But with DoH, the PC sends encrypted queries over port 443 instead, and that traffic slips right past those filters that weren\u2019t meant to look inside HTTPS connections. Even corporate networks need to manage or restrict DoH through group policy for exactly this reason.<\/p>\n<p class=\"anp-pro-p\">But for home usage, it\u2019s totally worth it. If something depending on DNS inspection suddenly stops behaving normally, you can check this DoH setting in Windows first. There\u2019s no downside, since you can spend a minute choosing between Cloudflare, Google, Quad9, or adding another provider using PowerShell to stop your ISP from reading your DNS queries.<\/p>\n<p class=\"anp-pro-p\">Elevate your self-hosting journey with a DNS server that suits your needs.<\/p>\n<p class=\"anp-pro-p\">The DNS over HTTPS feature ships with Windows 11, but Microsoft hasn\u2019t exactly made it easy to discover. It\u2019ll take you a few clicks to dig deep into the network settings page, where most people never venture unless something\u2019s already broken. That\u2019s exactly how I discovered it. Turning it on takes less than five minutes, and you\u2019ll probably forget that the feature is even on. Once turned on, the feature works and incurs no additional daily cost.<\/p>\n<aside class=\"anp-pro-aside\" aria-label=\"context\">\n<p class=\"anp-pro-kicker\">Why it matters<\/p>\n<p class=\"anp-pro-p\">News like this often changes audience expectations and competitors\u2019 plans.<\/p>\n<p class=\"anp-pro-p\">When one player makes a move, others usually react \u2014 it is worth reading the event in context.<\/p>\n<\/aside>\n<aside class=\"anp-pro-aside\" aria-label=\"outlook\">\n<p class=\"anp-pro-kicker\">What to look out for next<\/p>\n<p class=\"anp-pro-p\">The full picture will become clear in time, but the headline already shows the dynamics of the industry.<\/p>\n<p class=\"anp-pro-p\">Further statements and user reactions will add to the story.<\/p>\n<\/aside>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The topic Windows 11 has a built-in DNS over HTTPS mode most people never turn on, &hellip; <a title=\"Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026\" class=\"hm-read-more\" href=\"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/\"><span class=\"screen-reader-text\">Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026<\/span>Read more<\/a><\/p>\n","protected":false},"author":0,"featured_media":21842,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[325,2834,644,1012,300],"class_list":["post-21841","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-innovate","tag-encrypted","tag-https","tag-network","tag-server","tag-windows"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026 - innovatenews.site<\/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:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026 - innovatenews.site\" \/>\n<meta property=\"og:description\" content=\"The topic Windows 11 has a built-in DNS over HTTPS mode most people never turn on, &hellip; Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/\" \/>\n<meta property=\"og:site_name\" content=\"innovatenews.site\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-10T11:46:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-10T11:46:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/turning-on-dns-over-https-in-windows-11-for-privacy.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/10\\\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/10\\\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\\\/\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026\",\"datePublished\":\"2026-07-10T11:46:15+00:00\",\"dateModified\":\"2026-07-10T11:46:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/10\\\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\\\/\"},\"wordCount\":1105,\"image\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/10\\\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/innovatenews.site\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/turning-on-dns-over-https-in-windows-11-for-privacy.jpg\",\"keywords\":[\"Encrypted\",\"Https\",\"Network\",\"Server\",\"Windows\"],\"articleSection\":[\"Innovate\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/10\\\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\\\/\",\"url\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/10\\\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\\\/\",\"name\":\"Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026 - innovatenews.site\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/10\\\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/10\\\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/innovatenews.site\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/turning-on-dns-over-https-in-windows-11-for-privacy.jpg\",\"datePublished\":\"2026-07-10T11:46:15+00:00\",\"dateModified\":\"2026-07-10T11:46:25+00:00\",\"author\":{\"@id\":\"\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/10\\\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/10\\\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/10\\\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\\\/#primaryimage\",\"url\":\"https:\\\/\\\/innovatenews.site\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/turning-on-dns-over-https-in-windows-11-for-privacy.jpg\",\"contentUrl\":\"https:\\\/\\\/innovatenews.site\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/turning-on-dns-over-https-in-windows-11-for-privacy.jpg\",\"width\":1600,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/10\\\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/innovatenews.site\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/innovatenews.site\\\/#website\",\"url\":\"https:\\\/\\\/innovatenews.site\\\/\",\"name\":\"innovatenews.site\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/innovatenews.site\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026 - innovatenews.site","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:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/","og_locale":"en_US","og_type":"article","og_title":"Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026 - innovatenews.site","og_description":"The topic Windows 11 has a built-in DNS over HTTPS mode most people never turn on, &hellip; Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026Read more","og_url":"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/","og_site_name":"innovatenews.site","article_published_time":"2026-07-10T11:46:15+00:00","article_modified_time":"2026-07-10T11:46:25+00:00","og_image":[{"width":1600,"height":900,"url":"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/turning-on-dns-over-https-in-windows-11-for-privacy.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/#article","isPartOf":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/"},"author":{"name":"","@id":""},"headline":"Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026","datePublished":"2026-07-10T11:46:15+00:00","dateModified":"2026-07-10T11:46:25+00:00","mainEntityOfPage":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/"},"wordCount":1105,"image":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/#primaryimage"},"thumbnailUrl":"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/turning-on-dns-over-https-in-windows-11-for-privacy.jpg","keywords":["Encrypted","Https","Network","Server","Windows"],"articleSection":["Innovate"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/","url":"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/","name":"Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026 - innovatenews.site","isPartOf":{"@id":"https:\/\/innovatenews.site\/#website"},"primaryImageOfPage":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/#primaryimage"},"image":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/#primaryimage"},"thumbnailUrl":"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/turning-on-dns-over-https-in-windows-11-for-privacy.jpg","datePublished":"2026-07-10T11:46:15+00:00","dateModified":"2026-07-10T11:46:25+00:00","author":{"@id":""},"breadcrumb":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/#primaryimage","url":"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/turning-on-dns-over-https-in-windows-11-for-privacy.jpg","contentUrl":"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/turning-on-dns-over-https-in-windows-11-for-privacy.jpg","width":1600,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/10\/windows-11-has-a-built-in-dns-over-https-mode-most-people-never-turn-on-and\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/innovatenews.site\/"},{"@type":"ListItem","position":2,"name":"Windows 11 has a built-in DNS over HTTPS mode most people never turn on, and\u2026"}]},{"@type":"WebSite","@id":"https:\/\/innovatenews.site\/#website","url":"https:\/\/innovatenews.site\/","name":"innovatenews.site","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/innovatenews.site\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/posts\/21841","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/comments?post=21841"}],"version-history":[{"count":1,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/posts\/21841\/revisions"}],"predecessor-version":[{"id":21848,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/posts\/21841\/revisions\/21848"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/media\/21842"}],"wp:attachment":[{"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/media?parent=21841"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/categories?post=21841"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/tags?post=21841"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}