{"id":68984,"date":"2023-09-21T12:05:20","date_gmt":"2023-09-21T12:05:20","guid":{"rendered":"https:\/\/www.awardspace.com\/?p=68984"},"modified":"2024-10-15T08:37:06","modified_gmt":"2024-10-15T08:37:06","slug":"how-to-fix-406-error-not-acceptable","status":"publish","type":"post","link":"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/","title":{"rendered":"How to Fix 406 Error Not Acceptable"},"content":{"rendered":"<p>Server and client errors can appear quite often on your website. dealing with such issues is a part of the journey to a successful website project, and understanding more about such errors can help you fix them quickly and efficiently, so your site functions properly, your site visitors are satisfied and search engines rank your pages higher in search results.<\/p>\n<p>One such client-side error is 406 Not Acceptable. It is a very specific type of error that requires specific approaches to fixing it. This is why, in the following paragraphs, you will read about what 406 Error Not Acceptable, what causes it, and what you can do to fix it right away.<\/p>\n<p>&nbsp;<\/p>\n<h2>What is 406 Error Not Acceptable<\/h2>\n<p>&nbsp;<\/p>\n<p>406 Error is one of the client-side <a href=\"\/kb\/http-status-codes\/\" target=\"_blank\" rel=\"noreferrer noopener\">HTTPS status codes<\/a> and indicates that the client has requested data from the <a href=\"\/kb\/what-is-server\/\">web server <\/a>via an Accept header that the server is unable to process.<\/p>\n<p>This issue derives from the fact that the web server may not process the request sent via the Internet browser, because of the wrong header format.<\/p>\n<p>When such a situation occurs, the Internet browser displays the 406 error message. 406 Error is a part of the 4xx error messages, indicating an issue on the client side in the communication between a server. Similar 4xx errors include:<\/p>\n<ul>\n<li><a href=\"\/kb\/how-to-fix-400-error-bad-request\/\" target=\"_blank\" rel=\"noopener\">Error 400 Bad Request<\/a><\/li>\n<li><a href=\"\/kb\/how-to-fix-401-error-unauthorized\/\" target=\"_blank\" rel=\"noopener\">Error 401 Unauthorized<\/a><\/li>\n<li><a href=\"\/kb\/how-to-fix-402-error-payment-required\/\" target=\"_blank\" rel=\"noopener\">Error 402 Payment Required<\/a><\/li>\n<li><a href=\"\/kb\/what-causes-403-forbidden\/\" target=\"_blank\" rel=\"noopener\">Error 403 Forbidden<\/a><\/li>\n<li><a href=\"\/kb\/how-to-fix-405-error-method-not-allowed\/\" target=\"_blank\" rel=\"noopener\">Error 405 Method Not Allowed<\/a><\/li>\n<li><a href=\"\/kb\/fix-408-error-code-request-timeout\/\" target=\"_blank\" rel=\"noopener\">Error 408 Request Timeout<\/a><\/li>\n<li><a href=\"\/kb\/how-to-fix-402-error-payment-required\/\" target=\"_blank\" rel=\"noopener\">Error 409 Conflict<\/a><\/li>\n<\/ul>\n<p>There are various reasons that can prompt HTTP Error 406. Some of these are:<\/p>\n<ul>\n<li><strong>Improper file size.<\/strong> Some web servers are set to allow a very specific file size as a security measure. If this size requirement isn\u2019t met, then 406 Error is displayed.<\/li>\n<li><strong>Encoding limitations.<\/strong> A 406 error code can be displayed on the occasion a certain encoding method isn\u2019t accepted by the requested server.<\/li>\n<li><strong>Location limitations.<\/strong> In certain situations, the requested resource might be available exclusively for a certain geographic area. In this situation, a client that requests this information outside the permitted zone will receive an Error 406 message.<\/li>\n<li><strong>MIME type violation.<\/strong> Should the Internet browser request a MIME type that the server can\u2019t provide, an Error 406 message will be displayed.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2>How to Fix 406 Error Not Acceptable<\/h2>\n<p>There are six methods that can get the issue fixed:<\/p>\n<p>&nbsp;<\/p>\n<h3>Method 1: Check the Requested URL<\/h3>\n<p>Sometimes the display of 406 Error is caused by inputting an incorrect <a href=\"\/kb\/what-is-url\/\" target=\"_blank\" rel=\"noreferrer noopener\">URL<\/a>. Carefully check the address for any mistakes such as mistyped, adding, or missed symbols, and try reloading the requested page. If this doesn&#8217;t fix the issue, proceed with the next method.<\/p>\n<p>&nbsp;<\/p>\n<h3>Method 2: Roll Back Recent Updates<\/h3>\n<p>If 406 Error appears after recent website updates, then these changes might well be at the root of the problem. Roll back to an older version of your website and try to load the requested page once again. Should you be using a CMS such as WordPress for crafting your website, consider downgrading the core application.<\/p>\n<p>&nbsp;<\/p>\n<h3>Method 3: Check for Faulty Site Extensions\/Add-Ons\/Plugins<\/h3>\n<p>If your website is based on a CMS and various extensions are installed, the problem might be rooted in one of them.<\/p>\n<p>To see whether this is the case, deactivate all of the extensions\/add-ons\/plugins and see whether you can access the requested resource. If you are able to do so, then the issue lies within one of the deactivated extensions\/add-ons\/plugins. To find out which one exactly, follow these steps:<\/p>\n<ol>\n<li>Activate one extension\/add-on\/plugin, open the website, and see whether it prompts the error message.<\/li>\n<li>If 406 Error doesn&#8217;t appear, deactivate the extension\/add-on\/plugin, and activate the next in the list.<\/li>\n<li>Repeat the procedure until you stumble upon the extension\/add-on\/plugin that causes the problem.<\/li>\n<li>Once you know which extension\/add-on\/plugin causes the problem, delete it or contact developers for further assistance.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h3>Method 4: Check for Unwanted Database Changes<\/h3>\n<p>In case you are using a CMS and installing various extensions\/add-ons\/plugins, keep in mind that many of them can freely access <a href=\"\/kb\/what-is-database\/\" target=\"_blank\" rel=\"noreferrer noopener\">your website\u2019s database<\/a>.<\/p>\n<p>Such is the case with the WordPress plugins \u2013 sometimes these modules can interfere with various site settings and prompt HTTP status codes such as 406 Error.<\/p>\n<p>If this is the case with your website, the most effective way of fixing the problem is by manually looking through the database tables and checking for any unexpected and unwanted changes. If you see such, fix them, or revert to an older version of your website database.<\/p>\n<p>&nbsp;<\/p>\n<h3>Method 5: Check the Internet Browser Settings<\/h3>\n<p>Sometimes a specific set of browser settings can cause the display of 406 Error.<\/p>\n<p>There are many websites that require cookies and JavaScript functionalities to be enabled in order to provide the requested resources. Check the settings of your preferred web browser and make sure that these features are enabled.<\/p>\n<p>&nbsp;<\/p>\n<h3>Method 6: Clear Browser Cache and Cookies<\/h3>\n<p>Sometimes too many cache and cookie files can cause performance issues and make your browser display error messages such as HTTP Error 406.<\/p>\n<p>Clear your browser cache and cookies and try reloading the requested web page. If you are not sure how to proceed, then have a look at our simple guide: <a href=\"\/kb\/clear-web-browser-cache-on-windows\/\" target=\"_blank\" rel=\"noopener\">How to Clear Web Browser Cache<\/a><\/p>\n<p>&nbsp;<\/p>\n<h2>Conclusion<\/h2>\n<p>406 Error indicates that there are issues with processing the requested data format from the server. In such situations, the server can\u2019t send back any data, as the formatting requirements aren\u2019t present. In this article, we suggested 6 methods that can help you fix 406 Error.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Server and client errors can appear quite often on your website. dealing with such issues is a part of the journey to a successful website project, and understanding more about such errors can help you fix them quickly and efficiently, so your site functions properly, your site visitors are satisfied and search engines rank your [&hellip;]<\/p>\n","protected":false},"author":16,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[13],"tags":[227,198],"class_list":["post-68984","post","type-post","status-publish","format-standard","hentry","category-hosting-basics","tag-error-code","tag-http-status-codes"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Fix 406 Error Not Acceptable - AwardSpace.com<\/title>\n<meta name=\"description\" content=\"Read how to fix Error 406 Not Acceptable with 6 simple methods and get your website up and running in no time.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix 406 Error Not Acceptable - AwardSpace.com\" \/>\n<meta property=\"og:description\" content=\"Read how to fix Error 406 Not Acceptable with 6 simple methods and get your website up and running in no time.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/\" \/>\n<meta property=\"og:site_name\" content=\"AwardSpace.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AwardSpace\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-21T12:05:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-15T08:37:06+00:00\" \/>\n<meta name=\"author\" content=\"George Boychev\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@awspace\" \/>\n<meta name=\"twitter:site\" content=\"@awspace\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"George Boychev\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/\"},\"author\":{\"name\":\"George Boychev\",\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/person\/c34b380be18b6fb9d891474cdb991ed6\"},\"headline\":\"How to Fix 406 Error Not Acceptable\",\"datePublished\":\"2023-09-21T12:05:20+00:00\",\"dateModified\":\"2024-10-15T08:37:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/\"},\"wordCount\":909,\"publisher\":{\"@id\":\"https:\/\/www.awardspace.com\/#organization\"},\"keywords\":[\"error code\",\"HTTP status codes\"],\"articleSection\":[\"Hosting Basics\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/\",\"url\":\"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/\",\"name\":\"How to Fix 406 Error Not Acceptable - AwardSpace.com\",\"isPartOf\":{\"@id\":\"https:\/\/www.awardspace.com\/#website\"},\"datePublished\":\"2023-09-21T12:05:20+00:00\",\"dateModified\":\"2024-10-15T08:37:06+00:00\",\"description\":\"Read how to fix Error 406 Not Acceptable with 6 simple methods and get your website up and running in no time.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.awardspace.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Knowledge Base\",\"item\":\"https:\/\/www.awardspace.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Hosting Basics\",\"item\":\"https:\/\/www.awardspace.com\/kb\/hosting-basics\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"How to Fix 406 Error Not Acceptable\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.awardspace.com\/#website\",\"url\":\"https:\/\/www.awardspace.com\/\",\"name\":\"AwardSpace.com\",\"description\":\"Free Web Hosting with PHP, MySQL, Email Sending, No Ads\",\"publisher\":{\"@id\":\"https:\/\/www.awardspace.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.awardspace.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.awardspace.com\/#organization\",\"name\":\"AwardSpace.com\",\"url\":\"https:\/\/www.awardspace.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.awardspace.com\/wp-content\/uploads\/2018\/08\/awardspace_logo.png\",\"contentUrl\":\"https:\/\/www.awardspace.com\/wp-content\/uploads\/2018\/08\/awardspace_logo.png\",\"width\":1759,\"height\":176,\"caption\":\"AwardSpace.com\"},\"image\":{\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/AwardSpace\/\",\"https:\/\/x.com\/awspace\",\"https:\/\/www.instagram.com\/awardspace\/\",\"https:\/\/www.quora.com\/profile\/Award-Space\",\"https:\/\/www.linkedin.com\/company\/19214384\/\",\"https:\/\/www.reddit.com\/user\/AwardSpace\",\"https:\/\/www.pinterest.com\/awardspace\/\",\"https:\/\/www.youtube.com\/user\/AwardspaceWebHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/person\/c34b380be18b6fb9d891474cdb991ed6\",\"name\":\"George Boychev\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/38eee395e1a7ebda2c2264156cddd9100a8aea7989c1f0d198eadfb4433bcea2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/38eee395e1a7ebda2c2264156cddd9100a8aea7989c1f0d198eadfb4433bcea2?s=96&d=mm&r=g\",\"caption\":\"George Boychev\"},\"url\":\"https:\/\/www.awardspace.com\/author\/georgeb\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Fix 406 Error Not Acceptable - AwardSpace.com","description":"Read how to fix Error 406 Not Acceptable with 6 simple methods and get your website up and running in no time.","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:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix 406 Error Not Acceptable - AwardSpace.com","og_description":"Read how to fix Error 406 Not Acceptable with 6 simple methods and get your website up and running in no time.","og_url":"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/","og_site_name":"AwardSpace.com","article_publisher":"https:\/\/www.facebook.com\/AwardSpace\/","article_published_time":"2023-09-21T12:05:20+00:00","article_modified_time":"2024-10-15T08:37:06+00:00","author":"George Boychev","twitter_card":"summary_large_image","twitter_creator":"@awspace","twitter_site":"@awspace","twitter_misc":{"Written by":"George Boychev","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/#article","isPartOf":{"@id":"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/"},"author":{"name":"George Boychev","@id":"https:\/\/www.awardspace.com\/#\/schema\/person\/c34b380be18b6fb9d891474cdb991ed6"},"headline":"How to Fix 406 Error Not Acceptable","datePublished":"2023-09-21T12:05:20+00:00","dateModified":"2024-10-15T08:37:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/"},"wordCount":909,"publisher":{"@id":"https:\/\/www.awardspace.com\/#organization"},"keywords":["error code","HTTP status codes"],"articleSection":["Hosting Basics"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/","url":"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/","name":"How to Fix 406 Error Not Acceptable - AwardSpace.com","isPartOf":{"@id":"https:\/\/www.awardspace.com\/#website"},"datePublished":"2023-09-21T12:05:20+00:00","dateModified":"2024-10-15T08:37:06+00:00","description":"Read how to fix Error 406 Not Acceptable with 6 simple methods and get your website up and running in no time.","breadcrumb":{"@id":"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.awardspace.com\/kb\/how-to-fix-406-error-not-acceptable\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.awardspace.com\/"},{"@type":"ListItem","position":2,"name":"Knowledge Base","item":"https:\/\/www.awardspace.com\/kb\/"},{"@type":"ListItem","position":3,"name":"Hosting Basics","item":"https:\/\/www.awardspace.com\/kb\/hosting-basics\/"},{"@type":"ListItem","position":4,"name":"How to Fix 406 Error Not Acceptable"}]},{"@type":"WebSite","@id":"https:\/\/www.awardspace.com\/#website","url":"https:\/\/www.awardspace.com\/","name":"AwardSpace.com","description":"Free Web Hosting with PHP, MySQL, Email Sending, No Ads","publisher":{"@id":"https:\/\/www.awardspace.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.awardspace.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.awardspace.com\/#organization","name":"AwardSpace.com","url":"https:\/\/www.awardspace.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.awardspace.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.awardspace.com\/wp-content\/uploads\/2018\/08\/awardspace_logo.png","contentUrl":"https:\/\/www.awardspace.com\/wp-content\/uploads\/2018\/08\/awardspace_logo.png","width":1759,"height":176,"caption":"AwardSpace.com"},"image":{"@id":"https:\/\/www.awardspace.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/AwardSpace\/","https:\/\/x.com\/awspace","https:\/\/www.instagram.com\/awardspace\/","https:\/\/www.quora.com\/profile\/Award-Space","https:\/\/www.linkedin.com\/company\/19214384\/","https:\/\/www.reddit.com\/user\/AwardSpace","https:\/\/www.pinterest.com\/awardspace\/","https:\/\/www.youtube.com\/user\/AwardspaceWebHosting"]},{"@type":"Person","@id":"https:\/\/www.awardspace.com\/#\/schema\/person\/c34b380be18b6fb9d891474cdb991ed6","name":"George Boychev","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.awardspace.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/38eee395e1a7ebda2c2264156cddd9100a8aea7989c1f0d198eadfb4433bcea2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/38eee395e1a7ebda2c2264156cddd9100a8aea7989c1f0d198eadfb4433bcea2?s=96&d=mm&r=g","caption":"George Boychev"},"url":"https:\/\/www.awardspace.com\/author\/georgeb\/"}]}},"_links":{"self":[{"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/posts\/68984","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/comments?post=68984"}],"version-history":[{"count":2,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/posts\/68984\/revisions"}],"predecessor-version":[{"id":75561,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/posts\/68984\/revisions\/75561"}],"wp:attachment":[{"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/media?parent=68984"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/categories?post=68984"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/tags?post=68984"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}