{"id":3697,"date":"2017-11-17T01:24:58","date_gmt":"2017-11-17T09:24:58","guid":{"rendered":"https:\/\/cheapsslsecurity.com\/blog\/?p=3697"},"modified":"2021-01-26T07:31:23","modified_gmt":"2021-01-26T15:31:23","slug":"simplified-what-is-sni-server-name-indication-how-does-it-work","status":"publish","type":"post","link":"https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/","title":{"rendered":"Simplified: What Is SNI (Server Name Indication)? How Does It Work?"},"content":{"rendered":"<h2>Untangling the technology that is Server Name Indication (SNI)<\/h2>\n<p>Want to know what is SNI and how it works? Well, you\u2019re at the right place (not sure about the right time though). Quite often, this great technology goes under the radar, and that&#8217;s somewhat understandable. So here we are, doing what we always do \u2013 unscrambling the \u201ctechnical\u201d stuff.<\/p>\n<p>Let\u2019s get under the hood of the technology that is Server Name Indication.<\/p>\n<h3>HTTPS and IP Addresses: A Match NOT Made in Heaven<\/h3>\n<p>Let\u2019s say you have five HTTP websites and you want to run them on a single IP address. What do you do? You use Name-based hosts, that\u2019s what. So, when a user requests a particular site out of five, it uses a unique HTTP header that includes hostname. In response, your server matches this header and paves the way to the requested website.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-3699\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/11\/http-client-server-interaction.png\" alt=\"http client server interaction\" width=\"705\" height=\"449\" \/><\/p>\n<p>However, this won&#8217;t work in the case of HTTPS. That&#8217;s because the HTTPS protocol uses an <a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-ssl-tls-handshake-understand-the-process-in-just-3-minutes\/\">SSL\/TLS handshake to enforce secure communications<\/a> between the client (browser) and server. The HTTP header will only be sent once the handshake is over. As the server cannot see the information present in the HTTP header, it cannot possibly know which website to respond with.<\/p>\n<h3>How SNI Saved the Day (and money!)<\/h3>\n<p>Before SNI was introduced, one had to purchase a unique IP address for every SSL certificate he\/she had. This resulted in huge costs and expeditious consumption of IPv4 IP addresses. If not stopped, it would have led to rapid exhaustion of IPv4 IP addresses as there could only be around 4 billion IPv4 addresses. This depletion was inevitable, but the purpose was to delay it as much as possible to give the users enough time to migrate to IPv6, which can have around 340 undecillion (Yes, that\u2019s a number!) unique IP addresses.<\/p>\n<p>That\u2019s why SNI had to be introduced.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-3703\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/11\/sni-vs-non-sni.png\" alt=\"SNI vs Non-SNI\" width=\"681\" height=\"286\" \/><\/p>\n<p>Server Name Indication (SNI), an extension to the SSL\/TLS protocol allows multiple SSL certificates to be hosted on a single unique IP address. SNI does this by inserting the HTTP header (virtual domain) in the SSL\/TLS handshake. As the server is able to see the virtual domain, it serves the client with the website he\/she requested.<\/p>\n<p>A win-win for everyone!<\/p>\n<h3>Is SNI Scalable?<\/h3>\n<p>The biggest and perhaps the only concern with SNI was its scalability. Initially, there weren\u2019t many web browsers and servers supporting SNI technology. Today, that scenario has turned upside down. <a href=\"https:\/\/blogs.akamai.com\/2017\/03\/reaching-toward-universal-tls-sni.html\" rel=\"nofollow\">Almost 98% of the clients requesting an HTTPS-enabled site support SNI<\/a>.<\/p>\n<p>So, you don\u2019t need to worry about losing your audience.<\/p>\n<h3>What did we learn?<\/h3>\n<ul>\n<li>TLS SNI allows running multiple SSL certificates on a single IP address.<\/li>\n<li>SNI inserts the HTTP header in the SSL\/TLS handshake so that the browser can be directed to the requested site.<\/li>\n<li>Almost 98% of the clients requesting HTTPS support SNI.<\/li>\n<li>SNI helps you save money as you don\u2019t have to buy multiple IP addresses.<\/li>\n<\/ul>\n<h3>Related Posts<\/h3>\n<ul>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/understanding-the-role-of-certificate-authorities-in-pki\/\">Understanding the Role of Certificate Authorities in PKI<\/a><\/li>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/ssl-certificates-for-website-security\/\">SSL Certificates for Website : #1 User Security<\/a><\/li>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/ssl-certificates-9-effortless-money-saving-tips\/\">SSL Certificates: 9 Effortless Money-Saving Tips<\/a><\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\" wp-image-2265 alignleft\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2018\/07\/comodo-ssl-lock.png\" alt=\"Comodo SSL\" width=\"91\" height=\"91\" \/>Comodo is world&#8217;s top most SSL certificate brands that offers the SNI (Server Name Indication) technology.<\/p>\n<p><input id=\"button\" class=\"comparebtn\" name=\"button\" type=\"button\" value=\"Comodo SSL Certificates with SNI support\" onclick=\"window.location.href='https:\/\/cheapsslsecurity.com\/sslbrands\/comodo.html'\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Untangling the technology that is Server Name Indication (SNI) Want to know what is SNI and how it works? Well, you\u2019re at the right place (not sure about the right time though). Quite often, this great technology goes under the radar, and that&#8217;s somewhat understandable. So here we are, doing what we always do \u2013<\/p>\n","protected":false},"author":8,"featured_media":3699,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[5],"tags":[],"class_list":["post-3697","post","type-post","status-publish","format-standard","has-post-thumbnail","category-ssl-pki"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What Is SNI (Server Name Indication)? How Does It Work?<\/title>\n<meta name=\"description\" content=\"Want to know what is SNI? Want to know how SNI works? Let\u2019s get under the hood of the technology that is Server Name Indication (SNI).\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Is SNI (Server Name Indication)? How Does It Work?\" \/>\n<meta property=\"og:description\" content=\"Want to know what is SNI? Want to know how SNI works? Let\u2019s get under the hood of the technology that is Server Name Indication (SNI).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/\" \/>\n<meta property=\"og:site_name\" content=\"Savvy Security\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cheapsslsecurities\" \/>\n<meta property=\"article:published_time\" content=\"2017-11-17T09:24:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-26T15:31:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/11\/http-client-server-interaction.png\" \/>\n\t<meta property=\"og:image:width\" content=\"918\" \/>\n\t<meta property=\"og:image:height\" content=\"577\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Savvy Security\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sslsecurity\" \/>\n<meta name=\"twitter:site\" content=\"@sslsecurity\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Savvy Security\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/simplified-what-is-sni-server-name-indication-how-does-it-work\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/simplified-what-is-sni-server-name-indication-how-does-it-work\\\/\"},\"author\":{\"name\":\"Savvy Security\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\"},\"headline\":\"Simplified: What Is SNI (Server Name Indication)? How Does It Work?\",\"datePublished\":\"2017-11-17T09:24:58+00:00\",\"dateModified\":\"2021-01-26T15:31:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/simplified-what-is-sni-server-name-indication-how-does-it-work\\\/\"},\"wordCount\":547,\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/simplified-what-is-sni-server-name-indication-how-does-it-work\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/11\\\/http-client-server-interaction.png\",\"articleSection\":[\"SSL &amp; PKI\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/simplified-what-is-sni-server-name-indication-how-does-it-work\\\/\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/simplified-what-is-sni-server-name-indication-how-does-it-work\\\/\",\"name\":\"What Is SNI (Server Name Indication)? How Does It Work?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/simplified-what-is-sni-server-name-indication-how-does-it-work\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/simplified-what-is-sni-server-name-indication-how-does-it-work\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/11\\\/http-client-server-interaction.png\",\"datePublished\":\"2017-11-17T09:24:58+00:00\",\"dateModified\":\"2021-01-26T15:31:23+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\"},\"description\":\"Want to know what is SNI? Want to know how SNI works? Let\u2019s get under the hood of the technology that is Server Name Indication (SNI).\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/simplified-what-is-sni-server-name-indication-how-does-it-work\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/simplified-what-is-sni-server-name-indication-how-does-it-work\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/simplified-what-is-sni-server-name-indication-how-does-it-work\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/11\\\/http-client-server-interaction.png\",\"contentUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/11\\\/http-client-server-interaction.png\",\"width\":918,\"height\":577,\"caption\":\"http client server interaction\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/simplified-what-is-sni-server-name-indication-how-does-it-work\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Simplified: What Is SNI (Server Name Indication)? How Does It Work?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/\",\"name\":\"Savvy Security\",\"description\":\"Practical cybersecurity advice\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\",\"name\":\"Savvy Security\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g\",\"caption\":\"Savvy Security\"},\"description\":\"Welcome to Savvy Security, a blog focused on providing practical cybersecurity advice for website owners and small businesses. Our team brings you the latest news, best practices and tips you can use to protect your business...without a multi-million dollar budget or 24\\\/7 security teams.\",\"sameAs\":[\"blogadmin\"],\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/author\\\/blogadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Is SNI (Server Name Indication)? How Does It Work?","description":"Want to know what is SNI? Want to know how SNI works? Let\u2019s get under the hood of the technology that is Server Name Indication (SNI).","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:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/","og_locale":"en_US","og_type":"article","og_title":"What Is SNI (Server Name Indication)? How Does It Work?","og_description":"Want to know what is SNI? Want to know how SNI works? Let\u2019s get under the hood of the technology that is Server Name Indication (SNI).","og_url":"https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/","og_site_name":"Savvy Security","article_publisher":"https:\/\/www.facebook.com\/cheapsslsecurities","article_published_time":"2017-11-17T09:24:58+00:00","article_modified_time":"2021-01-26T15:31:23+00:00","og_image":[{"width":918,"height":577,"url":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/11\/http-client-server-interaction.png","type":"image\/png"}],"author":"Savvy Security","twitter_card":"summary_large_image","twitter_creator":"@sslsecurity","twitter_site":"@sslsecurity","twitter_misc":{"Written by":"Savvy Security","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/#article","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/"},"author":{"name":"Savvy Security","@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493"},"headline":"Simplified: What Is SNI (Server Name Indication)? How Does It Work?","datePublished":"2017-11-17T09:24:58+00:00","dateModified":"2021-01-26T15:31:23+00:00","mainEntityOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/"},"wordCount":547,"image":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/11\/http-client-server-interaction.png","articleSection":["SSL &amp; PKI"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/","url":"https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/","name":"What Is SNI (Server Name Indication)? How Does It Work?","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/#primaryimage"},"image":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/11\/http-client-server-interaction.png","datePublished":"2017-11-17T09:24:58+00:00","dateModified":"2021-01-26T15:31:23+00:00","author":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493"},"description":"Want to know what is SNI? Want to know how SNI works? Let\u2019s get under the hood of the technology that is Server Name Indication (SNI).","breadcrumb":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/#primaryimage","url":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/11\/http-client-server-interaction.png","contentUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/11\/http-client-server-interaction.png","width":918,"height":577,"caption":"http client server interaction"},{"@type":"BreadcrumbList","@id":"https:\/\/cheapsslsecurity.com\/blog\/simplified-what-is-sni-server-name-indication-how-does-it-work\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cheapsslsecurity.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Simplified: What Is SNI (Server Name Indication)? How Does It Work?"}]},{"@type":"WebSite","@id":"https:\/\/cheapsslsecurity.com\/blog\/#website","url":"https:\/\/cheapsslsecurity.com\/blog\/","name":"Savvy Security","description":"Practical cybersecurity advice","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cheapsslsecurity.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493","name":"Savvy Security","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g","caption":"Savvy Security"},"description":"Welcome to Savvy Security, a blog focused on providing practical cybersecurity advice for website owners and small businesses. Our team brings you the latest news, best practices and tips you can use to protect your business...without a multi-million dollar budget or 24\/7 security teams.","sameAs":["blogadmin"],"url":"https:\/\/cheapsslsecurity.com\/blog\/author\/blogadmin\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/posts\/3697","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/comments?post=3697"}],"version-history":[{"count":0,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/posts\/3697\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/media\/3699"}],"wp:attachment":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/media?parent=3697"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/categories?post=3697"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/tags?post=3697"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}