{"id":28873,"date":"2021-02-01T10:47:50","date_gmt":"2021-02-01T18:47:50","guid":{"rendered":"https:\/\/careerkarma.com\/blog\/?p=28873"},"modified":"2021-02-09T07:16:50","modified_gmt":"2021-02-09T15:16:50","slug":"what-is-ssl","status":"publish","type":"post","link":"https:\/\/careerkarma.com\/blog\/what-is-ssl\/","title":{"rendered":"What is SSL?"},"content":{"rendered":"\n<p>Secure Sockets Layer (SSL) is a protocol that encrypts and authenticates data between networked machines. Think of visiting a secure site, such as your online bank account. Having that kind of sensitive information online requires security protocols to keep your information safe.&nbsp;<br><\/p>\n\n\n\n<p>To keep your information secure, your information is encrypted on your bank\u2019s server. The data is sent to your computer only after a successful SSL handshake has been performed. A SSL handshake occurs when a user sends their credentials (username and password) to the server.&nbsp;<br><\/p>\n\n\n\n<p>Once the credentials check out, the user is presented with their bank information. The process of checking to make sure the user is who they say they are is known as authentication. After the user is authenticated, the browser session is then encrypted via SSL, and the information can be exchanged between server and computer safely.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why SSL?<\/h2>\n\n\n\n<p>Why do we have to go through authentication and encryption? Can\u2019t we just send a request to the server and get our information back?<br><\/p>\n\n\n\n<p>In theory, yes we could just set up direct requests and responses between server and computer. Remember, as fun as the internet is, it can also be a scary place for personal data. By encrypting the session, we can be assured that any unauthorized parties will not have access to our data.&nbsp;<br><\/p>\n\n\n\n<p>Authentication is another step in added security. By ensuring a user\u2019s username and password match what is stored in the web app\u2019s database, we can be sure the user is who they claim to be. Once they are cleared for access, the data is encrypted before being sent to the user, which protects sensitive information from prying eyes.&nbsp;<br><\/p>\n\n\n\n<p>With the rise in confidential information running the daily risk of being compromised, SSL encryption has become a necessity.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">SSL Secured Websites<\/h2>\n\n\n\n<p>How do we know the sites we visit are secured? Looking at our browser, an icon of a locked padlock to the left of the address bar is one way. Another way is if the address begins with an https:\/\/ protocol. The \u201cs\u201d indicates a secure connection.<br><\/p>\n\n\n\n<p>Securing a website via SSL requires the domain owner to go through a publicly trusted certificate authority (CA). The CA validates the domain owner\u2019s credentials and upon approval issues a certificate to be installed on the server. This certificate is implicitly trusted by web browsers and operating systems.&nbsp;<br><\/p>\n\n\n\n<p>Now that the CA has issued and signed the certificate, the handshake process as described above is set in motion. When that handshake is successfully implemented, the user can now confidently send private information such as credit card numbers or social security numbers through the encrypted session.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Types of Certificates<\/h2>\n\n\n\n<p>There are a few different certificates available from a CA. For encryption and validation certificates, there are extended validation, organization, and domain. There are certificates available by the domain number and are single, multidomain, and wildcard.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Extended Validation&nbsp;<\/h2>\n\n\n\n<p>The extended validation certificate offers the highest level of encryption. An extended validation domain will display the padlock icon, the https:\/\/ protocol, and the country where the business operates. This option is highly recommended for businesses handling web payments or the exchange of confidential information.<br><\/p>\n\n\n\n<p>With the extended validation certificate, the domain owner must prove they are authorized to own the domain. Once approved, the browser will display the padlock icon and https:\/\/ protocol in the address bar. Users then know that the site is legally collecting their data and encrypting it to the highest security standards on the web.&nbsp;<br><\/p>\n\n\n\n<p>As you might assume, this high level of security also comes with a more expensive price tag. For smaller businesses or organizations with less financial resources, an Organization Validated certificate may be a better fit.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Organization Validated Certificate&nbsp;<\/h2>\n\n\n\n<p>The Organization Validated certificate provides a level of encryption just below the Extended Validation certificate. It validates the organization by first verifying the owner of the domain. Once the owner is proven to be authorized, the CA then checks that the organization is operating legally.&nbsp;<br><\/p>\n\n\n\n<p>If these two conditions are met, the Organization Validated Certificate will provide a moderate level of encryption. The icon in the address bar will be a green padlock. This certificate is recommended for organizations that don\u2019t require the heavy encryption of the Extended Encryption certificate.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Domain Validated Certificate<\/h2>\n\n\n\n<p>This certificate offers the lowest level of encryption and is the quickest to apply for. The Domain Validated certificate reviews the ownership of the domain. This process does not require the authentication of identity.<br><\/p>\n\n\n\n<p>If your business or organization is a small operation and needs some encryption for a single domain, this option will work. It\u2019s worth mentioning again that a site that receives sensitive information should be encrypted with the Extended certificate.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Single Domain Certificates<\/h2>\n\n\n\n<p>A Single Domain certificate refers to the amount of domains and subdomains encrypted with a single certificate. As the name implies, only a single domain, and no subdomains are covered here. This option works for entry-level encryption services.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Multi Domain Certificates&nbsp;<\/h2>\n\n\n\n<p>Multi Domain Certificates cover up to 100 domains and subdomains with a single certificate. These certificates are also called Unified Communications Certificates. Any level of encryption can be configured with these certificates.&nbsp;<br><\/p>\n\n\n\n<p>Most companies that need multiple domains to be encrypted are usually the same companies that would benefit from the Extended Validation certificate. An important note with a multi domain certificate is that each domain must be registered to the same owner.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Wildcard Certificates<\/h2>\n\n\n\n<p>Wildcard certificates cover a domain and multiple subdomains with one certificate. This is a less expensive option than obtaining a single certificate per domain. With this option, you could encrypt your main domain and then the subdomains related to your main domain.&nbsp;<br><\/p>\n\n\n\n<p>This option works for domains that have a blog or mail subdomain connected to the domain. This certificate would encrypt the domain and the blog and mail subdomains with a single certificate.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>In this introduction, we learned what SSL is and how it is used. We then covered the types of SSL certificates and the use cases for each. Now that the concepts of SSL certificates are more familiar, you can investigate further.&nbsp;<br><\/p>\n\n\n\n<p>Remember, to obtain a certificate, it must be issued through a certificate authority. These are readily found by using your search engine of choice. The type of certificate largely depends on what type of information will be shared with your domain\u2019s server.<br><\/p>\n\n\n\n<p>With the options available, you can now start to consider which may be right for you.<\/p>\n","protected":false},"excerpt":{"rendered":"Secure Sockets Layer (SSL) is a protocol that encrypts and authenticates data between networked machines. Think of visiting a secure site, such as your online bank account. Having that kind of sensitive information online requires security protocols to keep your information safe.&nbsp; To keep your information secure, your information is encrypted on your bank\u2019s server.&hellip;","protected":false},"author":104,"featured_media":12848,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[18070],"tags":[],"class_list":{"0":"post-28873","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-software-engineering-skills"},"acf":{"post_sub_title":"","sprint_id":"","query_class":"What is a {technical term}","school_sft":"","parent_sft":"","school_privacy_policy":"","has_review":null,"is_sponser_post":"","is_guest_post":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>What is SSL? : A Complete Guide | Career Karma<\/title>\n<meta name=\"description\" content=\"SSL is the standard in web encryption. In this introduction, get familiar with what SSL is and how it&#039;s used.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/careerkarma.com\/blog\/what-is-ssl\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is SSL?\" \/>\n<meta property=\"og:description\" content=\"SSL is the standard in web encryption. In this introduction, get familiar with what SSL is and how it&#039;s used.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/careerkarma.com\/blog\/what-is-ssl\/\" \/>\n<meta property=\"og:site_name\" content=\"Career Karma\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/careerkarmaapp\" \/>\n<meta property=\"article:published_time\" content=\"2021-02-01T18:47:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-09T15:16:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/03\/blur-business-close-up-code-270557.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"666\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ryan Manchester\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@career_karma\" \/>\n<meta name=\"twitter:site\" content=\"@career_karma\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ryan Manchester\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/what-is-ssl\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/what-is-ssl\\\/\"},\"author\":{\"name\":\"Ryan Manchester\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#\\\/schema\\\/person\\\/92fd52a503f77fc058ec2d0666da9bd5\"},\"headline\":\"What is SSL?\",\"datePublished\":\"2021-02-01T18:47:50+00:00\",\"dateModified\":\"2021-02-09T15:16:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/what-is-ssl\\\/\"},\"wordCount\":1110,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/what-is-ssl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/blur-business-close-up-code-270557.jpg\",\"articleSection\":[\"Software Engineering\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/careerkarma.com\\\/blog\\\/what-is-ssl\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/what-is-ssl\\\/\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/what-is-ssl\\\/\",\"name\":\"What is SSL? : A Complete Guide | Career Karma\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/what-is-ssl\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/what-is-ssl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/blur-business-close-up-code-270557.jpg\",\"datePublished\":\"2021-02-01T18:47:50+00:00\",\"dateModified\":\"2021-02-09T15:16:50+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#\\\/schema\\\/person\\\/92fd52a503f77fc058ec2d0666da9bd5\"},\"description\":\"SSL is the standard in web encryption. In this introduction, get familiar with what SSL is and how it's used.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/what-is-ssl\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/careerkarma.com\\\/blog\\\/what-is-ssl\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/what-is-ssl\\\/#primaryimage\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/blur-business-close-up-code-270557.jpg\",\"contentUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/blur-business-close-up-code-270557.jpg\",\"width\":1000,\"height\":666},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/what-is-ssl\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Coding\",\"item\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/code\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What is SSL?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/\",\"name\":\"Career Karma\",\"description\":\"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#\\\/schema\\\/person\\\/92fd52a503f77fc058ec2d0666da9bd5\",\"name\":\"Ryan Manchester\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/ryan-manchester-150x150.jpg\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/ryan-manchester-150x150.jpg\",\"contentUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/ryan-manchester-150x150.jpg\",\"caption\":\"Ryan Manchester\"},\"description\":\"Ryan is a technical writer at Career Karma, where he covers programming languages, technology, and web development. The Texas native earned his Bachelor's of Music Composition from the University of North Texas. Ryan is currently pursuing further education in web development, aiming to graduate from Flatiron School with a certification in full stack web development. Since joining the Career Karma team in November 2020, Ryan has used his expertise to cover topics like React and Ruby on Rails.\",\"sameAs\":[\"http:\\\/\\\/www.ryanmanchester.info\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ryan-manchester-6537a630\\\/\"],\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/author\\\/ryan-manchester\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is SSL? : A Complete Guide | Career Karma","description":"SSL is the standard in web encryption. In this introduction, get familiar with what SSL is and how it's used.","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:\/\/careerkarma.com\/blog\/what-is-ssl\/","og_locale":"en_US","og_type":"article","og_title":"What is SSL?","og_description":"SSL is the standard in web encryption. In this introduction, get familiar with what SSL is and how it's used.","og_url":"https:\/\/careerkarma.com\/blog\/what-is-ssl\/","og_site_name":"Career Karma","article_publisher":"http:\/\/facebook.com\/careerkarmaapp","article_published_time":"2021-02-01T18:47:50+00:00","article_modified_time":"2021-02-09T15:16:50+00:00","og_image":[{"width":1000,"height":666,"url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/03\/blur-business-close-up-code-270557.jpg","type":"image\/jpeg"}],"author":"Ryan Manchester","twitter_card":"summary_large_image","twitter_creator":"@career_karma","twitter_site":"@career_karma","twitter_misc":{"Written by":"Ryan Manchester","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/careerkarma.com\/blog\/what-is-ssl\/#article","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-ssl\/"},"author":{"name":"Ryan Manchester","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/92fd52a503f77fc058ec2d0666da9bd5"},"headline":"What is SSL?","datePublished":"2021-02-01T18:47:50+00:00","dateModified":"2021-02-09T15:16:50+00:00","mainEntityOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-ssl\/"},"wordCount":1110,"commentCount":0,"image":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-ssl\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/03\/blur-business-close-up-code-270557.jpg","articleSection":["Software Engineering"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/careerkarma.com\/blog\/what-is-ssl\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/careerkarma.com\/blog\/what-is-ssl\/","url":"https:\/\/careerkarma.com\/blog\/what-is-ssl\/","name":"What is SSL? : A Complete Guide | Career Karma","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-ssl\/#primaryimage"},"image":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-ssl\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/03\/blur-business-close-up-code-270557.jpg","datePublished":"2021-02-01T18:47:50+00:00","dateModified":"2021-02-09T15:16:50+00:00","author":{"@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/92fd52a503f77fc058ec2d0666da9bd5"},"description":"SSL is the standard in web encryption. In this introduction, get familiar with what SSL is and how it's used.","breadcrumb":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-ssl\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/careerkarma.com\/blog\/what-is-ssl\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/what-is-ssl\/#primaryimage","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/03\/blur-business-close-up-code-270557.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/03\/blur-business-close-up-code-270557.jpg","width":1000,"height":666},{"@type":"BreadcrumbList","@id":"https:\/\/careerkarma.com\/blog\/what-is-ssl\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/careerkarma.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Coding","item":"https:\/\/careerkarma.com\/blog\/code\/"},{"@type":"ListItem","position":3,"name":"What is SSL?"}]},{"@type":"WebSite","@id":"https:\/\/careerkarma.com\/blog\/#website","url":"https:\/\/careerkarma.com\/blog\/","name":"Career Karma","description":"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/careerkarma.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/92fd52a503f77fc058ec2d0666da9bd5","name":"Ryan Manchester","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/12\/ryan-manchester-150x150.jpg","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/12\/ryan-manchester-150x150.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/12\/ryan-manchester-150x150.jpg","caption":"Ryan Manchester"},"description":"Ryan is a technical writer at Career Karma, where he covers programming languages, technology, and web development. The Texas native earned his Bachelor's of Music Composition from the University of North Texas. Ryan is currently pursuing further education in web development, aiming to graduate from Flatiron School with a certification in full stack web development. Since joining the Career Karma team in November 2020, Ryan has used his expertise to cover topics like React and Ruby on Rails.","sameAs":["http:\/\/www.ryanmanchester.info\/","https:\/\/www.linkedin.com\/in\/ryan-manchester-6537a630\/"],"url":"https:\/\/careerkarma.com\/blog\/author\/ryan-manchester\/"}]}},"_links":{"self":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/28873","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/users\/104"}],"replies":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/comments?post=28873"}],"version-history":[{"count":0,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/28873\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media\/12848"}],"wp:attachment":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media?parent=28873"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/categories?post=28873"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/tags?post=28873"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}