{"id":2361,"date":"2015-03-06T05:33:16","date_gmt":"2015-03-06T05:33:16","guid":{"rendered":"http:\/\/www.filecloud.com\/blog\/?p=2361"},"modified":"2023-11-09T13:50:40","modified_gmt":"2023-11-09T19:50:40","slug":"tech-tip-how-to-do-hard-refresh-in-browsers","status":"publish","type":"post","link":"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/","title":{"rendered":"Need to Clear Your Cache? Here&#8217;s How"},"content":{"rendered":"<p>Browser caches are useful for web browsing, but a real pain point for developers.<\/p>\n<p>Modern-day browsers cache front-end resources like JavaScript or CSS style sheets. They primarily do this to increase the website performance. This can be irritating though for those working in development mode and constantly modifying the JavaScript or CSS style sheets. The only way to see these changes is by doing a hard refresh or clearing the cache of the browser.<\/p>\n<p>A\u00a0<strong>hard refresh<\/strong>\u00a0is a way of clearing the browser\u2019s cache for a specific page, to force it to load the most recent version of a page. Sometimes, when changes are made to the website, they don\u2019t register immediately due to caching. A hard refresh will usually fix this, though occasionally completely clearing the cache is necessary.<\/p>\n<p>How to Hard Refresh in Various Browsers\n<\/p>\n<h3>Chrome:<\/h3>\n<p>A hard refresh in Chrome can be done by using the following short cut keys:<\/p>\n<h3>Windows\/Linux:<\/h3>\n<ol>\n<li>Hold down\u00a0Ctrl\u00a0and click the Reload button (or hold down Ctrl and press F5).<\/li>\n<li>Open the Chrome Dev Tools by pressing F12. Once the tools are open, <strong>right click on the refresh button<\/strong>\u00a0and a menu will drop down. This menu gives you the option of doing a hard refresh, or even clearing the cache and doing a hard refresh automatically. The latter enables you to empty your cache and reload Chrome.<\/li>\n<\/ol>\n<h3>Mac:<\/h3>\n<ol>\n<li>Hold\u00a0\u21e7 Shift\u00a0and click the Reload button.<\/li>\n<li>Or hold down\u00a0\u2318 Cmd\u00a0and\u00a0\u21e7 Shift\u00a0key and then press\u00a0R.<\/li>\n<\/ol>\n<h2>Mozilla Firefox:<\/h2>\n<h3>Windows\/Linux:<\/h3>\n<ol>\n<li>Hold the\u00a0Ctrl\u00a0key and press the\u00a0F5\u00a0key.<\/li>\n<li>Or hold down\u00a0Ctrl\u00a0and\u00a0\u21e7 Shift\u00a0and then press\u00a0R.<\/li>\n<\/ol>\n<h3>Mac:<\/h3>\n<ol>\n<li>Hold down the\u00a0\u21e7 Shift\u00a0and click the Reload button.<\/li>\n<li>Or hold down \u2318 Cmd and \u21e7 Shift and then press R.<\/li>\n<\/ol>\n<h2>Internet Explorer:<\/h2>\n<h3>Windows and Mac:<\/h3>\n<ol>\n<li>Hold the\u00a0Ctrl\u00a0key and press the\u00a0F5\u00a0key.<\/li>\n<li>Or hold the Ctrl key and click the Refresh button.<\/li>\n<\/ol>\n<h3>Edge:<\/h3>\n<ol>\n<li>Open the Microsoft Edge Developer Tools by pressing F12. Once the tools are open, <strong>right click on the refresh button<\/strong>\u00a0and a menu will drop down. This menu gives you the option of doing a hard refresh, or even clearing the cache and doing a hard refresh automatically.<\/li>\n<\/ol>\n<h1>Hard Refresh Frequently Asked Questions (FAQs)<\/h1>\n<h2>How do I force refresh my browser?<\/h2>\n<p>Different operating systems and browsers use different commands and shortcuts. For Windows in Chrome or Edge, the keyboard shortcut Ctrl + F5 (or Ctrl + Reload) refreshes. For Mac, hold Cmd+Shift+R or Shift+Reload. Most browsers also have a refresh button next to the URL.<\/p>\n<h2>What is Ctrl F5?<\/h2>\n<p>Ctrl + F5 is the shortcut to trigger a refresh, which will force the page to reload. To make the browser refresh without relying on the cache, use Shift + Ctrl + F5. This triggers a \u201chard refresh\u201d, so the browser pulls up the newest version of a web page.<\/p>\n<h2>How do I hard refresh Safari?<\/h2>\n<p>Safari is easy to refresh.<\/p>\n<p><em>Safari for Mac:<\/em> Simply right-click on \u201cSafari\u201d at the top left of the screen and select \u201cEmpty Cache\u201d. Confirm your choice, then reload the page.<\/p>\n<p><em>Safari for Windows:<\/em> Click the \u201cAlt\u201d key to reveal the menu bar. Select \u201cEdit\u201d \u2013 \u201cEmpty Cache\u201d. Then confirm selection.<\/p>\n<h2>Does a hard refresh clear cookies?<\/h2>\n<p>A hard refresh forces a page to reload without relying on the cache. It does not clear the cache or the cookies. To do so, you must go through the Control Panel\u2019s Internet Options (or Safari\u2019s Preferences), then select the option to delete Browsing History or Website Data, including cookies.<\/p>\n<h2>How do I hard refresh a website?<\/h2>\n<p>Ctrl + R is considered a soft refresh that reloads the page from the cache. A hard refresh ignores the cache and requests a new set of pages from the server, which ensures any updates are reflected. To do a hard refresh, press Shift + Ctrl + R.<\/p>\n<h2>How do I clear cache and hardly reload Chrome?<\/h2>\n<p>Access Chrome Developer Tools by clicking F12. After accessing these tools, right-click on the refresh button and you will get a dropdown menu. There you get the option of choosing a hard refresh or clearing the cache and doing a hard refresh automatically.<\/p>\n<h2>How do I refresh my cache?<\/h2>\n<p>If you run a hard refresh and see that pages are showing new information, it\u2019s wise to clear your cache. You can do this by navigating to the Control Panel\u2014&gt;Internet Options\/Settings \u2013&gt; General Tab \u2013 &gt;Browsing History.<\/p>\n<p>Then select the delete or settings button.<\/p>\n<h2>Why should I clear my cache?<\/h2>\n<p>Browsers cache front-end resources to improve website performance such as HTML, JavaScript, CSS, and images. However, the cache may not reflect the most recent version of a web page. Clearing the cache prompts your browser to pull a fresh record for the web page.<\/p>\n<h2>Are JavaScript files cached?<\/h2>\n<p>Most modern browsers do cache JavaScript files. This is standard practice for browsers as it ensures an optimized loading experience. Cached items such as JavaScript will usually be served from the browser\u2019s cache instead of making another request for a resource that has already been retrieved.<\/p>\n<h2>How do I force JavaScript to refresh a cache?<\/h2>\n<p>To refresh a cache, use Ctrl + F5. You can also do a hard refresh using Shift + Ctrl + F5. Apple users replace Ctrl with Cmd. Linux just needs F5.<\/p>\n<p>The cache can also be cleared manually through the Control Panel or Preferences Menu-&gt;Internet Settings\/Options-&gt;Clear Browsing History\/Website Data<\/p>\n<p><em>Blog was originally published in March 2015, updated in November 2023<\/em>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Browser caches are useful for web browsing, but a real pain point for developers. Modern-day browsers cache front-end resources like JavaScript or CSS style sheets. They primarily do this to increase the website performance. This can be irritating though for those working in development mode and constantly modifying the JavaScript or CSS style sheets. The [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"image","meta":[],"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.13 (Yoast SEO v20.13) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to do Hard Refresh in Chrome, Firefox and Mac&#039;s Browser?<\/title>\n<meta name=\"description\" content=\"There are two ways to hard refresh or reload Chrome, Firefox, IE and Mac&#039;s browser: hold down ctrl and click F5 or hold down command, shift and click the &#039;R&#039; key.\" \/>\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.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Need to Clear Your Cache? Here&#039;s How\" \/>\n<meta property=\"og:description\" content=\"There are two ways to hard refresh or reload Chrome, Firefox, IE and Mac&#039;s browser: hold down ctrl and click F5 or hold down command, shift and click the &#039;R&#039; key.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/\" \/>\n<meta property=\"og:site_name\" content=\"FileCloud blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tonidopage\" \/>\n<meta property=\"article:published_time\" content=\"2015-03-06T05:33:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-09T19:50:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/05\/FC-OG-image.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"551\" \/>\n\t<meta property=\"og:image:height\" content=\"289\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Team FileCloud\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@getfilecloud\" \/>\n<meta name=\"twitter:site\" content=\"@getfilecloud\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Team FileCloud\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/\"},\"author\":{\"name\":\"Team FileCloud\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/8a8df071f564aa2c10fa07d6ce60c935\"},\"headline\":\"Need to Clear Your Cache? Here&#8217;s How\",\"datePublished\":\"2015-03-06T05:33:16+00:00\",\"dateModified\":\"2023-11-09T19:50:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/\"},\"wordCount\":921,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"articleSection\":[\"Enterprise File Sharing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/\",\"name\":\"How to do Hard Refresh in Chrome, Firefox and Mac's Browser?\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\"},\"datePublished\":\"2015-03-06T05:33:16+00:00\",\"dateModified\":\"2023-11-09T19:50:40+00:00\",\"description\":\"There are two ways to hard refresh or reload Chrome, Firefox, IE and Mac's browser: hold down ctrl and click F5 or hold down command, shift and click the 'R' key.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.filecloud.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Need to Clear Your Cache? Here&#8217;s How\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\",\"url\":\"https:\/\/www.filecloud.com\/blog\/\",\"name\":\"FileCloud blog\",\"description\":\"Topics on Private cloud, On-Premises, Self-Hosted, Enterprise File Sync and Sharing\",\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.filecloud.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\",\"name\":\"FileCloud\",\"url\":\"https:\/\/www.filecloud.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg\",\"contentUrl\":\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg\",\"width\":155,\"height\":40,\"caption\":\"FileCloud\"},\"image\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/tonidopage\",\"https:\/\/twitter.com\/getfilecloud\",\"https:\/\/www.linkedin.com\/company\/codelathe\",\"https:\/\/www.pinterest.com\/filecloud\/filecloud\/\",\"https:\/\/www.youtube.com\/channel\/UCbU5gTFdNCPESA5aGipFW6g\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/8a8df071f564aa2c10fa07d6ce60c935\",\"name\":\"Team FileCloud\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b5818ab931b69298f500d8a184fd2384?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b5818ab931b69298f500d8a184fd2384?s=96&d=mm&r=g\",\"caption\":\"Team FileCloud\"},\"sameAs\":[\"http:\/\/www.filecloud.com\"],\"url\":\"https:\/\/www.filecloud.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to do Hard Refresh in Chrome, Firefox and Mac's Browser?","description":"There are two ways to hard refresh or reload Chrome, Firefox, IE and Mac's browser: hold down ctrl and click F5 or hold down command, shift and click the 'R' key.","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.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/","og_locale":"en_US","og_type":"article","og_title":"Need to Clear Your Cache? Here's How","og_description":"There are two ways to hard refresh or reload Chrome, Firefox, IE and Mac's browser: hold down ctrl and click F5 or hold down command, shift and click the 'R' key.","og_url":"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/","og_site_name":"FileCloud blog","article_publisher":"https:\/\/www.facebook.com\/tonidopage","article_published_time":"2015-03-06T05:33:16+00:00","article_modified_time":"2023-11-09T19:50:40+00:00","og_image":[{"width":551,"height":289,"url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/05\/FC-OG-image.jpg","type":"image\/jpeg"}],"author":"Team FileCloud","twitter_card":"summary_large_image","twitter_creator":"@getfilecloud","twitter_site":"@getfilecloud","twitter_misc":{"Written by":"Team FileCloud","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/#article","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/"},"author":{"name":"Team FileCloud","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/8a8df071f564aa2c10fa07d6ce60c935"},"headline":"Need to Clear Your Cache? Here&#8217;s How","datePublished":"2015-03-06T05:33:16+00:00","dateModified":"2023-11-09T19:50:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/"},"wordCount":921,"commentCount":0,"publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"articleSection":["Enterprise File Sharing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/","url":"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/","name":"How to do Hard Refresh in Chrome, Firefox and Mac's Browser?","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/#website"},"datePublished":"2015-03-06T05:33:16+00:00","dateModified":"2023-11-09T19:50:40+00:00","description":"There are two ways to hard refresh or reload Chrome, Firefox, IE and Mac's browser: hold down ctrl and click F5 or hold down command, shift and click the 'R' key.","breadcrumb":{"@id":"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.filecloud.com\/blog\/tech-tip-how-to-do-hard-refresh-in-browsers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.filecloud.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Need to Clear Your Cache? Here&#8217;s How"}]},{"@type":"WebSite","@id":"https:\/\/www.filecloud.com\/blog\/#website","url":"https:\/\/www.filecloud.com\/blog\/","name":"FileCloud blog","description":"Topics on Private cloud, On-Premises, Self-Hosted, Enterprise File Sync and Sharing","publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.filecloud.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.filecloud.com\/blog\/#organization","name":"FileCloud","url":"https:\/\/www.filecloud.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg","contentUrl":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg","width":155,"height":40,"caption":"FileCloud"},"image":{"@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/tonidopage","https:\/\/twitter.com\/getfilecloud","https:\/\/www.linkedin.com\/company\/codelathe","https:\/\/www.pinterest.com\/filecloud\/filecloud\/","https:\/\/www.youtube.com\/channel\/UCbU5gTFdNCPESA5aGipFW6g"]},{"@type":"Person","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/8a8df071f564aa2c10fa07d6ce60c935","name":"Team FileCloud","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b5818ab931b69298f500d8a184fd2384?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b5818ab931b69298f500d8a184fd2384?s=96&d=mm&r=g","caption":"Team FileCloud"},"sameAs":["http:\/\/www.filecloud.com"],"url":"https:\/\/www.filecloud.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/2361"}],"collection":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/comments?post=2361"}],"version-history":[{"count":44,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/2361\/revisions"}],"predecessor-version":[{"id":35506,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/2361\/revisions\/35506"}],"wp:attachment":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/media?parent=2361"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/categories?post=2361"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/tags?post=2361"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}