{"id":8288,"date":"2019-09-14T10:24:15","date_gmt":"2019-09-14T10:24:15","guid":{"rendered":"https:\/\/www.milesweb.in\/hosting-faqs\/?p=8288"},"modified":"2022-02-19T12:38:18","modified_gmt":"2022-02-19T07:08:18","slug":"ddos-protection-using-cloudflare","status":"publish","type":"post","link":"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/","title":{"rendered":"DDoS Protection using CloudFlare"},"content":{"rendered":"<p>The article describes how you can use CloudFlare to defend the website against DDoS (distributed denial-of-service) attacks.<\/p>\n<h3>What is DDoS Protection by Cloudflare?<\/h3>\n<p>DDoS attacks are becoming very common. In such type of attacks, multiple computers flood a target site with so much network traffic that it responds very slowly or not at all.<\/p>\n<p><strong>Related:&nbsp;<a href=\"https:\/\/www.milesweb.in\/hosting-faqs\/what-is-railgun-steps-to-enable-it\/\" target=\"_blank\" rel=\"noopener\">What is CloudFlare Railgun and How to Enable it on Your Website?<\/a><\/strong><\/p>\n<p>Cloudflare&#8217;s distributed and redundant network helps to minimize the traffic associated with DDoS attacks. Additional to DDoS protection, Cloudflare also provides additional protections that you can enable such as &#8220;I&#8217;m under attack&#8221; mode. This is a security action that you can easily enable when your site is under the active attack. When it is enabled, the mode adds additional protection to stop potentially malicious HTTP traffic from reaching your site. Authorized visitor&#8217;s will see the followings page for about 5-6 seconds when the Cloudflare runs the check browser :<\/p>\n<p><a href=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/Check-cloudflare-min.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-8289 size-full\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/Check-cloudflare-min.png\" alt=\"Check CloudFlare\" width=\"602\" height=\"191\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/Check-cloudflare-min.png 602w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/Check-cloudflare-min-300x95.png 300w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/a><\/p>\n<p>Once Cloudflare completes the checking process, your site gets loaded normally.<\/p>\n<p>To add an additional protection layer to your website, along with &#8220;I&#8217;m under attack&#8221; mode, you can also whitelist specific IP addresses.<\/p>\n<h3># Steps to enable &#8220;I&#8217;m under attack&#8221; mode in Cloudflare<\/h3>\n<p>1. Log in to <strong>cPanel<\/strong> account.<\/p>\n<p>2. Locate <strong>SOFTWARE<\/strong> section on the cPanel home screen, and click on <strong>Cloudflare<\/strong>.<\/p>\n<p>3. Click on Enable <strong>&#8220;I&#8217;m Under Attack&#8221;<\/strong> Mode:<\/p>\n<p><a href=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/DDoS-Protection-2-min.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-8290 size-full\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/DDoS-Protection-2-min.png\" alt=\"DDoS Protection 2\" width=\"433\" height=\"61\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/DDoS-Protection-2-min.png 433w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/DDoS-Protection-2-min-300x42.png 300w\" sizes=\"auto, (max-width: 433px) 100vw, 433px\" \/><\/a><\/p>\n<p>4. If you want to disable it, then click on <strong>Disable &#8220;I&#8217;m Under Attack&#8221;<\/strong> Mode:<\/p>\n<p><a href=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/DDoS-Protection-3-min.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-8291 size-full\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/DDoS-Protection-3-min.png\" alt=\"DDoS Protection 3\" width=\"444\" height=\"57\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/DDoS-Protection-3-min.png 444w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/DDoS-Protection-3-min-300x39.png 300w\" sizes=\"auto, (max-width: 444px) 100vw, 444px\" \/><\/a><\/p>\n<h3># Steps to Whitelist IP address :<\/h3>\n<p>To protect your site from the malicious IP addresses, you can grant access to only specific IP addresses that you trust. This process is known as &#8220;whitelisting&#8221;, that provides an extra protection layer to your site.<\/p>\n<p>Perform the following steps to do so :<\/p>\n<p>1. By using the cPanel File Manager or the SSH command prompt, open the <strong>\/home\/username\/public_html\/.htaccess<\/strong> file in your preferred text editor, where username will represent your account username.<\/p>\n<p>2. Copy and paste the following text into the htaccess file :<\/p>\n<pre class=\"trim-whitespace:false lang:default decode:true\">order deny, allow\ndeny from all<\/pre>\n<p>3. Go to <a href=\"https:\/\/www.cloudflare.com\/ips-v4\" target=\"_blank\" rel=\"nofollow noopener\"><strong>https:\/\/www.cloudflare.com\/ips-v4<\/strong><\/a>. Copy and paste the entire list of IP addresses into the <strong>.htaccess<\/strong> file immediately after the deny from all line. Make sure that each IP address should be on a separate line.<\/p>\n<p>4. Now add the following command at the start of each line that contains an IP address :<\/p>\n<pre class=\"trim-whitespace:false lang:default decode:true \">allow from<\/pre>\n<p>5. Use the allow from <strong>IP_address<\/strong> format to add the additional IP address (like your office or home IP address) to the whitelist.<\/p>\n<p>6. You will now have the .htaccess file that will contain the following content :<\/p>\n<pre class=\"trim-whitespace:false lang:default decode:true\">order deny, allow\ndeny from all\nallow from 103.21.244.0\/22\n[Additional Cloudflare IP addresses to allow]\n[Any other IP addresses you want to allow]<\/pre>\n<p>Save the changes to the .htaccess file. Whitelisting will now be enabled.<\/p>\n<p>That&#8217;s it!<\/p>\n<p><strong>Also Read :<\/strong><\/p>\n<p><strong>1)&nbsp;<a href=\"https:\/\/www.milesweb.in\/hosting-faqs\/droplet-gets-compromised-and-sends-an-outgoing-flood-or-ddos\/\" target=\"_blank\" rel=\"noopener\">Droplet gets Compromised and Sends an Outgoing Flood or DDoS \u2013 What to do?<\/a><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The article describes how you can use CloudFlare to defend the website against DDoS (distributed denial-of-service) attacks. What is DDoS Protection by Cloudflare? DDoS attacks are becoming very common. In such type of attacks, multiple computers flood a target site with so much network traffic that it responds very slowly or not at all. Related:&nbsp;What [&hellip;]<\/p>\n","protected":false},"author":18,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[195,1015,1016,1017],"class_list":["post-8288","post","type-post","status-publish","format-standard","placeholder-for-hentry","category-domain-name-dns-issues","tag-cloudflare","tag-ddos","tag-ddos-protection","tag-ddos-protection-using-cloudflare"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DDoS Protection using CloudFlare<\/title>\n<meta name=\"description\" content=\"Learn how to perform DDoS protection using CloudFlare.\" \/>\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.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DDoS Protection using CloudFlare\" \/>\n<meta property=\"og:description\" content=\"Learn how to perform DDoS protection using CloudFlare.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Hosting FAQs by MilesWeb\" \/>\n<meta property=\"article:published_time\" content=\"2019-09-14T10:24:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-19T07:08:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/Check-cloudflare-min.png\" \/>\n<meta name=\"author\" content=\"Sonam Wagh\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sonam Wagh\" \/>\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:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/\"},\"author\":{\"name\":\"Sonam Wagh\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/dc645d02823c86e07e53798ebe02c6f4\"},\"headline\":\"DDoS Protection using CloudFlare\",\"datePublished\":\"2019-09-14T10:24:15+00:00\",\"dateModified\":\"2022-02-19T07:08:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/\"},\"wordCount\":458,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/Check-cloudflare-min.png\",\"keywords\":[\"CloudFlare\",\"DDoS\",\"DDoS protection\",\"DDoS protection using CloudFlare\"],\"articleSection\":[\"Domain Name &amp; DNS Issues\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/\",\"name\":\"DDoS Protection using CloudFlare\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/Check-cloudflare-min.png\",\"datePublished\":\"2019-09-14T10:24:15+00:00\",\"dateModified\":\"2022-02-19T07:08:18+00:00\",\"author\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/dc645d02823c86e07e53798ebe02c6f4\"},\"description\":\"Learn how to perform DDoS protection using CloudFlare.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#primaryimage\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/Check-cloudflare-min.png\",\"contentUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/Check-cloudflare-min.png\",\"width\":602,\"height\":191,\"caption\":\"Check CoudFlare\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.milesweb.in\/hosting-faqs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DDoS Protection using CloudFlare\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#website\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/\",\"name\":\"Web Hosting FAQs by MilesWeb\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/dc645d02823c86e07e53798ebe02c6f4\",\"name\":\"Sonam Wagh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/12\/Sonam-Wagh-150x150.jpg\",\"contentUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/12\/Sonam-Wagh-150x150.jpg\",\"caption\":\"Sonam Wagh\"},\"description\":\"With an interest in doing something creative daily, Sonam works as a Digital Marketing Executive. She likes to write technical blogs related to web hosting, digital marketing, and other IT topics. She also likes to spend her leisure time on social media to find different strategies for client engagement.\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/author\/sonam\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DDoS Protection using CloudFlare","description":"Learn how to perform DDoS protection using CloudFlare.","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.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/","og_locale":"en_US","og_type":"article","og_title":"DDoS Protection using CloudFlare","og_description":"Learn how to perform DDoS protection using CloudFlare.","og_url":"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/","og_site_name":"Web Hosting FAQs by MilesWeb","article_published_time":"2019-09-14T10:24:15+00:00","article_modified_time":"2022-02-19T07:08:18+00:00","og_image":[{"url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/Check-cloudflare-min.png","type":"","width":"","height":""}],"author":"Sonam Wagh","twitter_misc":{"Written by":"Sonam Wagh","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#article","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/"},"author":{"name":"Sonam Wagh","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/dc645d02823c86e07e53798ebe02c6f4"},"headline":"DDoS Protection using CloudFlare","datePublished":"2019-09-14T10:24:15+00:00","dateModified":"2022-02-19T07:08:18+00:00","mainEntityOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/"},"wordCount":458,"commentCount":0,"image":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/Check-cloudflare-min.png","keywords":["CloudFlare","DDoS","DDoS protection","DDoS protection using CloudFlare"],"articleSection":["Domain Name &amp; DNS Issues"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/","url":"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/","name":"DDoS Protection using CloudFlare","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#primaryimage"},"image":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/Check-cloudflare-min.png","datePublished":"2019-09-14T10:24:15+00:00","dateModified":"2022-02-19T07:08:18+00:00","author":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/dc645d02823c86e07e53798ebe02c6f4"},"description":"Learn how to perform DDoS protection using CloudFlare.","breadcrumb":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#primaryimage","url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/Check-cloudflare-min.png","contentUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/09\/Check-cloudflare-min.png","width":602,"height":191,"caption":"Check CoudFlare"},{"@type":"BreadcrumbList","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/ddos-protection-using-cloudflare\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.milesweb.in\/hosting-faqs\/"},{"@type":"ListItem","position":2,"name":"DDoS Protection using CloudFlare"}]},{"@type":"WebSite","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website","url":"https:\/\/www.milesweb.in\/hosting-faqs\/","name":"Web Hosting FAQs by MilesWeb","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/dc645d02823c86e07e53798ebe02c6f4","name":"Sonam Wagh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/image\/","url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/12\/Sonam-Wagh-150x150.jpg","contentUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/12\/Sonam-Wagh-150x150.jpg","caption":"Sonam Wagh"},"description":"With an interest in doing something creative daily, Sonam works as a Digital Marketing Executive. She likes to write technical blogs related to web hosting, digital marketing, and other IT topics. She also likes to spend her leisure time on social media to find different strategies for client engagement.","url":"https:\/\/www.milesweb.in\/hosting-faqs\/author\/sonam\/"}]}},"_links":{"self":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/8288","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/comments?post=8288"}],"version-history":[{"count":4,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/8288\/revisions"}],"predecessor-version":[{"id":16223,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/8288\/revisions\/16223"}],"wp:attachment":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/media?parent=8288"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/categories?post=8288"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/tags?post=8288"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}