{"id":168748,"date":"2026-04-14T23:11:57","date_gmt":"2026-04-14T21:11:57","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vypusk-nginx-1-30-0-i-forka-freenginx-1-30-0"},"modified":"2026-04-14T23:11:57","modified_gmt":"2026-04-14T21:11:57","slug":"vypusk-nginx-1-30-0-i-forka-freenginx-1-30-0","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-nginx-1-30-0-i-forka-freenginx-1-30-0","title":{"rendered":"Release of nginx 1.30.0 and fork of FreeNginx 1.30.0.","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>After a year of development, a new stable branch of the high-performance HTTP server and multi-protocol proxy server nginx 1.30.0 has been released, incorporating changes accumulated in the main branch 1.29.x. Moving forward, all changes in the stable branch 1.30 will focus on fixing serious bugs and vulnerabilities. Soon, the main branch nginx 1.31 will be formed, continuing the development of new features. For regular users who do not need to ensure compatibility with third-party modules, it is recommended to use the main branch, on the basis of which releases of the commercial product Nginx Plus are produced every three months. The nginx code is written in C and distributed under the BSD license.      <\/p>\n<p>According to February's report by Netcraft, approximately 321 million sites run on nginx (up from 245 million a year ago, 243 million two years ago, and 289 million three years ago). Nginx is used on 16.08% of all active sites (down from 17.89% a year ago, 18.15% two years ago, and 18.94% three years ago), which ranks it second in popularity in this category (Apache's share is 13.27% (down from 16.03% a year ago, 20.09% two years ago, and 20.52% three years ago), Cloudflare holds 20.62% (up from 17.81%, 14.12%, and 11.32%), and Google accounts for 10.65% (up from 9.89%, 10.41%, and 9.89%).     <\/p>\n<p>When considering all websites, nginx retains its leadership with a market share of 22.65% (up from 20.48% a year ago, 22.31% two years ago, and 25.94% three years ago), while Apache's share stands at 12.19% (down from 16.03%, 20.17%, and 20.58%), Cloudflare at 15.27% (up from 12.87%, 11.24%, and 10.17%), and OpenResty (a platform based on nginx and LuaJIT) at 8.01% (down from 9.36%, 7.93%, and 7.94%).    <\/p>\n<p>Among the million most visited websites in the world, nginx ranks second with a market share of 19.85% (down from 20.37% a year ago, 20.63% two years ago, and 21.37% three years ago). First place is held by Cloudflare with 26.84% (compared to 22.32%, 22.59%, and 21.62%). Apache httpd holds 15.84% (down from 17.95%, 20.09%, and 21.18%).   <img decoding=\"async\" alt=\"Release of nginx 1.30.0 and fork of FreeNginx 1.30.0. \" src=\"\/wp-content\/uploads\/2026\/04\/965eddaf5c8488016f777fedaed4612d.png\" style=\"display:block;margin: 0 auto\" \/>  <\/p>\n<p>According to W3Techs, nginx is used on 32.8% of the million most visited websites (down from 33.8% last April and 34.3% the year before). Apache's share decreased from 26.3% to 23.9% over the year, while Microsoft's IIS dropped from 4% to 3.4%, and Caddy's share fell from 0.3% to 0.2%. Node.js increased its share from 4.4% to 6.0%, while LiteSpeed's share rose from 14.6% to 15.2%.         <\/p>\n<p>The most notable improvements added during the formation of the main branch 1.29.x:   <\/p>\n<ul>  <\/li>\n<li class=\"l\"> Support for the TLS extension ECH (Encrypted ClientHello) has been added, continuing the development of the ESNI (Encrypted Server Name Indication) extension and used for encrypting information about TLS session parameters, such as the requested domain name. The key distinction between ECH and ESNI is that while ESNI encrypts individual fields, ECH encrypts the entire ClientHello TLS message, which helps to prevent leaks through fields not covered by ESNI, such as the PSK (Pre-Shared Key) field. The use of ECH is enabled by specifying the ECH configuration file ECHConfig in PEM format in the &#171;ssl_ech_file&#187; directive. Support is available when using OpenSSL builds with ECH.\n<li class=\"l\"> Support for the Multipath TCP (MPTCP) protocol has been added, allowing packets to be delivered simultaneously over multiple routes through different network interfaces. A new parameter 'multipath' has been added to the 'listen' directive.\n<li class=\"l\"> The ability to bind client sessions to the same servers in a group has been added. Three methods are available: \"cookie\" \u2013 transmitting data about the selected <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/dts-newyork\/\" title=\"server\" data-wpil-keyword-link=\"linked\">server<\/a> through the specified Cookie; \"route\" \u2013 the proxied server assigns the client a route upon receiving the first request; \"learn\" \u2013 nginx analyzes responses from the upstream server and remembers sessions initiated by the server. The 'sticky' directive has been added to the 'upstream' block of the 'http' module, along with 'route' and 'drain' parameters added to the 'server' directive.\n<li class=\"l\"> The directive &#171;early_hints&#187; has been added, and support for HTTP status code 103 has been implemented in responses from proxy and gRPC backends. Code 103 allows informing the client about the contents of certain HTTP headers immediately after the request, without waiting for the server to complete all operations related to the request and start delivering content. Similarly, hints about elements related to the served page can be communicated, which can be preloaded (for example, links to CSS and JavaScript used on the page can be provided). Upon receiving information about such resources, the browser will begin loading them without waiting for the main page to finish delivering, thus reducing the overall processing time of the request.\n<li class=\"l\"> The add_header_inherit and add_trailer_inherit directives have been added, allowing for changes to the inheritance rules of values specified in the add_header and add_trailer directives. The 'off' parameter disables value inheritance, while the 'merge' parameter enables the addition of values from the previous level to the values at the current level.     <\/li>\n<li class=\"l\"> The 'ssl_certificate_compression' directive has been added to manage compression. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/ssl-sertifikat\/\" title=\"for TLS certificates\" data-wpil-keyword-link=\"linked\">for TLS certificates<\/a>.\n<li class=\"l\"> A max_headers directive has been added to limit the maximum number of HTTP headers in a request. If the limit is exceeded, a 400 (Bad Request) error is returned. This feature has been migrated from FreeNginx.                              <\/li>\n<li class=\"l\"> The $request_port and $is_request_port variables have been added. The first variable contains the port number from the URI component or from the 'Host' header, while the second contains ':' if the $request_port variable is not empty.    <\/li>\n<li class=\"l\"> Two variables $ssl_sigalg and $ssl_client_sigalg have been added, containing the name of the digital signature algorithm for the TLS connection.                       <\/li>\n<li class=\"l\"> In the &#171;geo&#187; directive, a &#171;volatile&#187; parameter has been added that disables variable caching. Masks are allowed to be used in the &#171;include&#187; directive specified within the &#171;geo&#187; block.\n<li class=\"l\"> In the &#171;upstream&#187; block, the &#171;keepalive&#187; directive is enabled by default. The &#171;keepalive&#187; directive used in the &#171;upstream&#187; block has been enhanced with the &#171;local&#187; parameter. When this parameter is specified, instead of sharing a single connection to a common upstream server mentioned in different location and server blocks, a separate connection to the upstream is maintained for each block.            <\/li>\n<li class=\"l\"> When operating in proxy mode, HTTP protocol version HTTP\/1.1 is set by default with keep-alive mode enabled (the keep-alive support is enabled by default in the ngx_http_proxy_module, and the value &#171;1.1&#187; is set in the &#171;proxy_http_version&#187; directive, and the &#171;Connection&#187; header is no longer sent by default).\n<li class=\"l\"> Support for the HTTP\/2 protocol has been added to the ngx_http_proxy module, allowing the use of HTTP\/2 when accessing backends.      <\/li>\n<li class=\"l\"> Support has been provided for loading cryptographic keys from hardware tokens, using the OpenSSL library as the provider.    <\/li>\n<li class=\"l\"> Support for 0-RTT mode has been added to the QUIC protocol implementation, available on systems with OpenSSL 3.5.1 and newer releases.\n<li class=\"l\"> The ability to build with the AWS-LC cryptographic library, developed by Amazon, has been added.    <\/li>\n<li class=\"l\"> Certificate compression for TLSv1.3 is disabled by default.    <\/li>\n<li class=\"l\"> Compatibility with OpenSSL 4.0 has been ensured.    <\/ul>\n<p>Additionally, the release of FreeNginx 1.30.0 has been published, developing the Nginx fork. The fork is being developed by Maxim Dunin, one of the key developers of Nginx. FreeNginx is positioned as a non-commercial project that ensures the development of the Nginx codebase without corporate interference. The FreeNginx code continues to be provided under the BSD license. Changes in the FreeNginx 1.30 branch include: support for the TLS extension ECH (Encrypted Client Hello) has been added; improved handling of the limit_rate directive; new directives send_min_rate and client_body_min_rate have been introduced; functionality for limiting the number of connections and request intensity in the mail proxy has been implemented; support for GeoIP2 DB has been added in the GeoIP module; and stronger protection has been added to the XSLT module.<br \/>\n<br \/>Source: <a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=65207\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u043e\u0441\u043b\u0435 \u0433\u043e\u0434\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0442\u043a\u0430 \u0432\u044b\u0441\u043e\u043a\u043e\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e HTTP-\u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438 \u043c\u043d\u043e\u0433\u043e\u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0430 nginx 1.30.0, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0432\u043e\u0431\u0440\u0430\u043b\u0430 \u0432 \u0441\u0435\u0431\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u043d\u044b\u0435 \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0432\u0435\u0442\u043a\u0435 1.29.x. \u0412 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u043c \u0432\u0441\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0439 \u0432\u0435\u0442\u043a\u0435 1.30 \u0431\u0443\u0434\u0443\u0442 \u0441\u0432\u044f\u0437\u0430\u043d\u044b \u0441 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0435\u043c \u0441\u0435\u0440\u044c\u0451\u0437\u043d\u044b\u0445 \u043e\u0448\u0438\u0431\u043e\u043a \u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0435\u0439. \u0412 \u0441\u043a\u043e\u0440\u043e\u043c \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0431\u0443\u0434\u0435\u0442 \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u043d\u0430\u044f \u0432\u0435\u0442\u043a\u0430 nginx 1.31, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u043e \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u0435 \u043d\u043e\u0432\u044b\u0445 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":8,"featured_media":168749,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-168748","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u0433\u043e\u0434\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0442\u043a\u0430 \u0432\u044b\u0441\u043e\u043a\u043e\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e HTTP-\u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438 \u043c\u043d\u043e\u0433\u043e\u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0430 nginx 1.30.0, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0432\u043e\u0431\u0440\u0430\u043b\u0430 \u0432 \u0441\u0435\u0431\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u043d\u044b\u0435 \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0432\u0435\u0442\u043a\u0435 1.29.x.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Erik Peterson\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-nginx-1-30-0-i-forka-freenginx-1-30-0\" \/>\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\u0412\u044b\u043f\u0443\u0441\u043a nginx 1.30.0 \u0438 \u0444\u043e\u0440\u043a\u0430 FreeNginx 1.30.0 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u0433\u043e\u0434\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0442\u043a\u0430 \u0432\u044b\u0441\u043e\u043a\u043e\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e HTTP-\u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438 \u043c\u043d\u043e\u0433\u043e\u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0430 nginx 1.30.0, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0432\u043e\u0431\u0440\u0430\u043b\u0430 \u0432 \u0441\u0435\u0431\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u043d\u044b\u0435 \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0432\u0435\u0442\u043a\u0435 1.29.x.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-nginx-1-30-0-i-forka-freenginx-1-30-0\" \/>\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=\"2026-04-14T21:11:57+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-04-14T21:11:57+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\udd47Release of nginx 1.30.0 and FreeNginx fork 1.30.0 | ProHoster","description":"After a year of development, a new stable branch of the high-performance HTTP server and multi-protocol proxy server nginx 1.30.0 has been released, incorporating the changes accumulated in the main branch 1.29.x.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-nginx-1-30-0-i-forka-freenginx-1-30-0","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\u0412\u044b\u043f\u0443\u0441\u043a nginx 1.30.0 \u0438 \u0444\u043e\u0440\u043a\u0430 FreeNginx 1.30.0 | ProHoster","og:description":"\u041f\u043e\u0441\u043b\u0435 \u0433\u043e\u0434\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0442\u043a\u0430 \u0432\u044b\u0441\u043e\u043a\u043e\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e HTTP-\u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438 \u043c\u043d\u043e\u0433\u043e\u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0430 nginx 1.30.0, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0432\u043e\u0431\u0440\u0430\u043b\u0430 \u0432 \u0441\u0435\u0431\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u043d\u044b\u0435 \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0432\u0435\u0442\u043a\u0435 1.29.x.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-nginx-1-30-0-i-forka-freenginx-1-30-0","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":"2026-04-14T21:11:57+00:00","article:modified_time":"2026-04-14T21:11:57+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":[],"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/168748","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\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=168748"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/168748\/revisions"}],"predecessor-version":[{"id":169174,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/168748\/revisions\/169174"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/168749"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=168748"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=168748"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=168748"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}