{"id":92998,"date":"2020-09-02T01:42:42","date_gmt":"2020-09-01T23:42:42","guid":{"rendered":"https:\/\/prohoster.info\/blog\/administrirovanie\/odna-iz-funkczij-chromium-sozdayot-ogromnuyu-nagruzku-na-kornevye-dns-servery"},"modified":"2020-09-02T01:42:42","modified_gmt":"2020-09-01T23:42:42","slug":"odna-iz-funkczij-chromium-sozdayot-ogromnuyu-nagruzku-na-kornevye-dns-servery","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/odna-iz-funkczij-chromium-sozdayot-ogromnuyu-nagruzku-na-kornevye-dns-servery","title":{"rendered":"One of Chromium's features creates a huge load on root DNS servers.","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><img decoding=\"async\" alt=\"One of Chromium&#039;s features creates a huge load on root DNS servers.\" src=\"\/wp-content\/uploads\/2020\/09\/9991caf15ac312a6151bef193e75796d.png\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nThe Chromium browser, an actively developing open-source parent of Google Chrome and the new Microsoft Edge, has attracted serious negative attention due to a feature intended with good intentions: it checks whether the user's provider is \"stealing\" nonexistent query results from domains.<\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/bugs.chromium.org\/p\/chromium\/issues\/detail?id=1090985\">Intranet Redirect Detector<\/a><\/noindex>, generating fake requests for random \"domains\" whose existence is statistically improbable, accounts for about half of the total traffic received by root DNS servers worldwide. Verisign engineer Matt Thomas wrote a lengthy <noindex><a rel=\"nofollow\" href=\"https:\/\/blog.apnic.net\/2020\/08\/21\/chromiums-impact-on-root-dns-traffic\/\">post<\/a><\/noindex> post on the APNIC blog detailing the problem and assessing its scale.<br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><\/p>\n<h2>How DNS resolution is typically performed<\/h2>\n<p>\n<img decoding=\"async\" alt=\"One of Chromium&#039;s features creates a huge load on root DNS servers.\" src=\"\/wp-content\/uploads\/2020\/09\/5499edffcfd83884bfbc934315cfc98f.png\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<i>These servers are the ultimate authority to consult for resolving .com, .net, and so on, to inform you that frglxrtmpuf is not a top-level domain (TLD).<\/i><\/p>\n<p>DNS, or Domain Name System, is the system that allows computers to convert memorable domain names like arstechnica.com into far less convenient IP addresses, such as 3.128.236.93. Without DNS, the Internet could not exist in a user-friendly form, and so the unnecessary burden on top-level infrastructure is a real issue.<\/p>\n<p>Loading a single modern web page can require an unimaginable number of DNS query operations. For example, when we analyzed the ESPN homepage, we counted 93 distinct domain names, from a.espncdn.com to z.motads.com. All of them are necessary for the complete loading of the page!<\/p>\n<p>To handle such a load on the query system that needs to serve the entire world, DNS is designed as a multi-level hierarchy. At the top of this pyramid are the root servers \u2014 each top-level domain, like .com, has its set of servers that are the ultimate authority for each domain below them. One level above <em>these<\/em> servers are the root servers themselves, from <code>a.root-servers.net<\/code> up to <code>m.root-servers.net<\/code>.<\/p>\n<h2>How often does this happen?<\/h2>\n<p>\nDue to the multi-level caching hierarchy of the DNS infrastructure, a very small percentage of global DNS queries reach the root servers. Most users obtain DNS resolver information directly from their provider. When a user's device needs to determine how to reach a specific website, the request is first sent to a DNS server managed by that local provider. If the local DNS server does not have an answer cached, it forwards the request to its own 'forwarding servers' (if configured).<\/p>\n<p>If neither the local provider's DNS server nor the specified 'forwarding servers' have a cached response, the request is escalated directly to the authoritative server for the domain <em>above<\/em> that you are trying to resolve. In the case of <code>domain.com<\/code> this means that the request is sent to the authoritative servers for the domain itself <code>com<\/code>, located at <code>gtld-servers.net<\/code>.<\/p>\n<p>System <code>gtld-servers<\/code>, the server being queried responds with a list of authoritative name servers for the domain domain.com, as well as at least one glue record containing the IP address of one such name server. The responses then cascade down the chain \u2014 each forwarding server passes these responses back down to the server that requested them, until the answer finally reaches the local provider's server and the user's computer. All of them cache this response to avoid unnecessarily bothering higher-level systems.<\/p>\n<p>In most cases, name server records for <strong>domain.com<\/strong> will already be cached on one of these forwarding servers, so the root servers remain undisturbed. However, we are still talking about the familiar form of URL \u2014 the one that resolves to a standard website. Chrome requests relate to the level <em>above<\/em> of this, at the level of the clusters themselves <code>root-servers.net<\/code>.<\/p>\n<h2>Chromium and NXDomain hijacking checks<\/h2>\n<p>\n<img decoding=\"async\" alt=\"One of Chromium&#039;s features creates a huge load on root DNS servers.\" src=\"\/wp-content\/uploads\/2020\/09\/f089ac720a0d6e62be2f7c7c144f1d49.png\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<i>Chromium checks 'Is this DNS server misleading me?' make up almost half of all traffic reaching the Verisign root DNS server cluster.<\/i><\/p>\n<p>The Chromium browser, the parent project of Google Chrome, the new Microsoft Edge, and countless lesser-known browsers, aims to provide users with a simplified search experience in a single input field, sometimes referred to as the 'Omnibox.' In other words, users can input both actual URLs and search queries in the same text field at the top of the browser window. Taking another step toward simplification, it also does not require users to enter part of the URL with <code>http:\/\/<\/code> or <code>https:\/\/<\/code>.<\/p>\n<p>As convenient as this may be, such an approach requires the browser to distinguish between what should be considered a URL and what is a search query. In most cases, this is quite obvious\u2014 for example, a string containing spaces cannot be a URL. However, it can be trickier when considering intranets\u2014private networks that may also use private top-level domains to resolve actual websites.<\/p>\n<p>If a user on their company intranet types 'marketing,' and there is an internal website with the same name within the company's intranet, Chromium displays a prompt asking whether the user wants to search for 'marketing' or go to <code>https:\/\/marketing<\/code>. This is somewhat acceptable, but many Internet service providers and public Wi-Fi providers 'hijack' each typosquatted URL entered, redirecting users to ad-laden pages.<\/p>\n<h2>Random Generation<\/h2>\n<p>\nChromium developers did not want users on ordinary networks to see a prompt asking what they meant every time they searched for a single word, so they implemented a test: upon launching the browser or switching networks, Chromium performs DNS lookups for three randomly generated top-level 'domains' ranging from seven to fifteen characters long. If any two of these requests return with the same IP address, then Chromium assumes that the local network is 'hijacking' mistakes <code>NXDOMAIN<\/code>, which it should be receiving, so the browser considers all single-word queries as search attempts until further notice.<\/p>\n<p>Unfortunately, in networks that <em>do not<\/em> hijack DNS query results, these three operations are typically elevated to the very top, all the way to the root name servers: the local server does not know how to resolve <code>qwajuixk<\/code>, which forwards this request to its forwarding server, which does the same thing until finally, <code>a.root-servers.net<\/code> either one of its 'brothers' has to say 'Sorry, but this is not a domain'.<\/p>\n<p>Since there are approximately 1.67*10^21 possible fake domain names ranging from seven to fifteen characters, most often <em>each<\/em> of these tests conducted in a 'fair' network reaches the root server. This accounts for an impressive <em>half<\/em> of the total load on the root DNS, according to statistics from that part of the clusters <code>root-servers.net<\/code>, which belong to the company Verisign.<\/p>\n<h2>History repeats itself<\/h2>\n<p>\nThis is not the first case where a project created with the best intentions <noindex><a rel=\"nofollow\" href=\"https:\/\/en.wikipedia.org\/wiki\/NTP_server_misuse_and_abuse#D-Link_and_Poul-Henning_Kamp\">overwhelmed<\/a><\/noindex> or nearly overwhelmed a public resource with unnecessary traffic \u2014 it immediately reminded us of the long and sad history of D-Link and the Network Time Protocol (NTP) server of Poul-Henning Kamp in the mid-2000s.<\/p>\n<p>In 2005, FreeBSD developer Poul-Henning, who also owned the only Stratum 1 Network Time Protocol server in Denmark, received an unexpected and substantial bill for the traffic transmitted. In brief, the reason was that D-Link developers had hardcoded the addresses of Stratum 1 NTP servers, including the Kampe server, into the firmware of their line of switches, routers, and access points. This instantly increased the traffic to the Kampe server by nine times, leading the Danish Internet Exchange to change its rate from \"Free\" to \"$9,000 per year.\"<\/p>\n<p>The problem wasn't that there were too many D-Link routers, but that they disrupted the hierarchy. Just like DNS, NTP must operate in a hierarchical manner \u2014 Stratum 0 servers relay information to Stratum 1 servers, which in turn relay information to Stratum 2 servers, and so on down the hierarchy. A typical home router, switch, or access point like those that D-Link hardcoded the NTP server addresses into should have sent requests to Stratum 2 or Stratum 3 servers.<\/p>\n<p>The Chromium project, probably with the best intentions, repeated the NTP problem in a DNS issue by overwhelming the root servers of the Internet with requests they were never meant to handle.<\/p>\n<h2>There is hope for a quick resolution<\/h2>\n<p>\nThe Chromium project has an open <noindex><a rel=\"nofollow\" href=\"https:\/\/bugs.chromium.org\/p\/chromium\/issues\/detail?id=1090985\">bug<\/a><\/noindex>, which requires disabling the Intranet Redirect Detector by default to resolve this issue. Credit goes to the Chromium project: the bug was discovered <em>before<\/em>, as Matt Thomas from Verisign brought significant attention to it with his <noindex><a rel=\"nofollow\" href=\"https:\/\/blog.apnic.net\/2020\/08\/21\/chromiums-impact-on-root-dns-traffic\/\">post<\/a><\/noindex> post on the APNIC blog. The bug was reported in June but faded into obscurity until Thomas's post; after it, the issue began to receive close scrutiny.<\/p>\n<p>There is hope that the problem will be resolved soon, and root DNS servers will no longer have to handle around 60 billion fake requests daily.<\/p>\n<p><\/p>\n<h4>Advertising<\/h4>\n<p>\n<b>Epic servers<\/b> \u2014 this is <noindex><a rel=\"nofollow\" href=\"https:\/\/vdsina.ru\/cloud-servers?partner=habr85\">Windows VPS<\/a><\/noindex> or Linux with powerful AMD EPYC processors and ultra-fast Intel NVMe drives. Hurry to order!<\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/vdsina.ru\/cloud-servers?partner=habr85\"><img decoding=\"async\" alt=\"One of Chromium&#039;s features creates a huge load on root DNS servers.\" src=\"\/wp-content\/uploads\/2020\/09\/c4fecbb05095f808fa41a9a6d99a3407.png\" style=\"display:block;margin: 0 auto;\" \/><\/a><\/noindex><br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/vdsina\/blog\/517166\/\">habr.com<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0411\u0440\u0430\u0443\u0437\u0435\u0440 Chromium, \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u0440\u0430\u0437\u0432\u0438\u0432\u0430\u044e\u0449\u0438\u0439\u0441\u044f open-source-\u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c Google Chrome \u0438 \u043d\u043e\u0432\u043e\u0433\u043e Microsoft Edge, \u043e\u0431\u0440\u0430\u0442\u0438\u043b \u043d\u0430 \u0441\u0435\u0431\u044f \u0441\u0435\u0440\u044c\u0451\u0437\u043d\u043e\u0435 \u043d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u043e\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435 \u0438\u0437-\u0437\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0437\u0430\u0434\u0443\u043c\u044b\u0432\u0430\u043b\u0430\u0441\u044c \u0441 \u0431\u043b\u0430\u0433\u0438\u043c\u0438 \u043d\u0430\u043c\u0435\u0440\u0435\u043d\u0438\u044f\u043c\u0438: \u043e\u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u0442, \u043d\u0435 \u00ab\u043f\u043e\u0445\u0438\u0449\u0430\u0435\u0442\u00bb \u043b\u0438 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043d\u0435\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0437\u0430\u043f\u0440\u043e\u0441\u043e\u0432 \u0434\u043e\u043c\u0435\u043d\u043e\u0432. Intranet Redirect Detector, \u0441\u043e\u0437\u0434\u0430\u044e\u0449\u0438\u0439 \u043f\u043e\u0434\u0434\u0435\u043b\u044c\u043d\u044b\u0435 \u0437\u0430\u043f\u0440\u043e\u0441\u044b \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0445 \u00ab\u0434\u043e\u043c\u0435\u043d\u043e\u0432\u00bb, \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043c\u0430\u043b\u043e\u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e, \u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u0435\u043d \u043f\u0440\u0438\u043c\u0435\u0440\u043d\u043e \u0437\u0430 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u0443 \u043e\u0431\u0449\u0435\u0433\u043e \u0442\u0440\u0430\u0444\u0438\u043a\u0430, \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u043c\u043e\u0433\u043e \u043a\u043e\u0440\u043d\u0435\u0432\u044b\u043c\u0438 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":92999,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-92998","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0411\u0440\u0430\u0443\u0437\u0435\u0440.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/odna-iz-funkczij-chromium-sozdayot-ogromnuyu-nagruzku-na-kornevye-dns-servery\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u041e\u0434\u043d\u0430 \u0438\u0437 \u0444\u0443\u043d\u043a\u0446\u0438\u0439 Chromium \u0441\u043e\u0437\u0434\u0430\u0451\u0442 \u043e\u0433\u0440\u043e\u043c\u043d\u0443\u044e \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u043d\u0430 \u043a\u043e\u0440\u043d\u0435\u0432\u044b\u0435 DNS-\u0441\u0435\u0440\u0432\u0435\u0440\u044b | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0411\u0440\u0430\u0443\u0437\u0435\u0440.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/odna-iz-funkczij-chromium-sozdayot-ogromnuyu-nagruzku-na-kornevye-dns-servery\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-09-01T23:42:42+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-09-01T23:42:42+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47One of the features of Chromium places a huge load on root DNS servers | ProHoster","description":"Browser.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/odna-iz-funkczij-chromium-sozdayot-ogromnuyu-nagruzku-na-kornevye-dns-servery","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u041e\u0434\u043d\u0430 \u0438\u0437 \u0444\u0443\u043d\u043a\u0446\u0438\u0439 Chromium \u0441\u043e\u0437\u0434\u0430\u0451\u0442 \u043e\u0433\u0440\u043e\u043c\u043d\u0443\u044e \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u043d\u0430 \u043a\u043e\u0440\u043d\u0435\u0432\u044b\u0435 DNS-\u0441\u0435\u0440\u0432\u0435\u0440\u044b | ProHoster","og:description":"\u0411\u0440\u0430\u0443\u0437\u0435\u0440.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/odna-iz-funkczij-chromium-sozdayot-ogromnuyu-nagruzku-na-kornevye-dns-servery","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2020-09-01T23:42:42+00:00","article:modified_time":"2020-09-01T23:42:42+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"92998","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 11:57:25","updated":"2022-09-30 00:56:08","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/92998","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=92998"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/92998\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/92999"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=92998"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=92998"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=92998"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}