{"id":32235,"date":"2019-10-31T21:45:47","date_gmt":"2019-10-31T18:45:47","guid":{"rendered":"https:\/\/prohoster.info\/blog\/reliz-nginx-1-16-0\/"},"modified":"2019-10-31T21:45:47","modified_gmt":"2019-10-31T18:45:47","slug":"reliz-nginx-1-16-0","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-nginx-1-16-0","title":{"rendered":"Release of nginx 1.16.0","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>After a year of development <noindex><a rel=\"nofollow\" href=\"http:\/\/nginx.org\/?1.16\">it has been presented<\/a><\/noindex> A new stable branch of the high-performance HTTP server and multi-protocol proxy server <noindex><a rel=\"nofollow\" href=\"http:\/\/nginx.org\/\">nginx 1.16.0<\/a><\/noindex>, which incorporates the changes accumulated in the main branch 1.15.x. In the future, all changes in the stable branch 1.16 will focus on fixing serious bugs and vulnerabilities. Soon, the main branch nginx 1.17 will be formed, where the development of new features will continue. For regular users who do not have the task of ensuring compatibility with third-party modules, <noindex><a rel=\"nofollow\" href=\"http:\/\/nginx.com\/blog\/nginx-1-6-1-7-released\">it is recommended<\/a><\/noindex> it is recommended to use the main branch, based on which commercial product Nginx Plus releases are generated every three months. <\/p>\n<p>The most noticeable improvements added during the formation of the main branch 1.15.x include: <\/p>\n<ul>\n<li class=\"l\"> The ability to use variables in the directives has been added<noindex><a rel=\"nofollow\" href=\"https:\/\/nginx.org\/en\/docs\/http\/ngx_http_ssl_module.html#ssl_certificate\">ssl_certificate<\/a><\/noindex>\u2018 and \u2018<noindex><a rel=\"nofollow\" href=\"https:\/\/nginx.org\/en\/docs\/http\/ngx_http_ssl_module.html#ssl_certificate_key\">ssl_certificate_key<\/a><\/noindex>\u2018, which can be used for dynamic loading of certificates;\n<li class=\"l\"> The ability to load SSL certificates and secret keys from variables without using intermediate files;\n<li class=\"l\"> In the block \u2018<noindex><a rel=\"nofollow\" href=\"http:\/\/nginx.org\/en\/docs\/http\/ngx_http_upstream_module.html#upstream\">upstream<\/a><\/noindex>\u2019 a new directive \u2018<noindex><a rel=\"nofollow\" href=\"http:\/\/nginx.org\/en\/docs\/http\/ngx_http_upstream_module.html#random\">random<\/a><\/noindex>\u2018 has been implemented, allowing for load balancing with random server selection for connection routing;\n<li class=\"l\"> In the module <noindex><a rel=\"nofollow\" href=\"http:\/\/nginx.org\/en\/docs\/stream\/ngx_stream_ssl_preread_module.html\">ngx_stream_ssl_preread<\/a><\/noindex> a variable <noindex><a rel=\"nofollow\" href=\"http:\/\/nginx.org\/en\/docs\/stream\/ngx_stream_ssl_preread_module.html#variables\">$ssl_preread_protocol<\/a><\/noindex>,<br \/>\nhas been implemented, which determines the highest version of the SSL\/TLS protocol supported by the client. The variable allows <noindex><a rel=\"nofollow\" href=\"https:\/\/www.nginx.com\/blog\/running-non-ssl-protocols-over-ssl-port-nginx-1-15-2\/\">to create configurations<\/a><\/noindex> for access using various protocols with and without SSL through a single network port when proxying traffic using http and stream modules. For example, to allow access over SSH and HTTPS through a single default port 443, it can be forwarded to SSH, but if the SSL version is defined, it can be forwarded to HTTPS.<\/p>\n<li class=\"l\"> A new variable \u2018<noindex><a rel=\"nofollow\" href=\"http:\/\/nginx.org\/ru\/docs\/http\/ngx_http_upstream_module.html#variables\">$upstream_bytes_sent<\/a><\/noindex>\u2018 has been added to the upstream module, displaying the number of bytes transmitted to the group server;\n<li class=\"l\"> In the module <noindex><a rel=\"nofollow\" href=\"http:\/\/nginx.org\/en\/docs\/stream\/ngx_stream_core_module.html\">stream<\/a><\/noindex> within a single session, the ability to process multiple incoming UDP datagrams from the client has been added;\n<li class=\"l\"> A directive \u2018<noindex><a rel=\"nofollow\" href=\"http:\/\/nginx.org\/ru\/docs\/stream\/ngx_stream_proxy_module.html#proxy_requests\">proxy_requests<\/a><\/noindex>\u2018 has been added to the stream module, specifying the number of datagrams received from the client, at which point the binding between the client and the existing UDP session is removed. After receiving the specified number of datagrams, the next datagram received from the same client will start a new session;\n<li class=\"l\"> The listen directive now allows specifying port ranges;\n<\/li>\n<li class=\"l\"> A directive \u2018<noindex><a rel=\"nofollow\" href=\"http:\/\/nginx.org\/en\/docs\/http\/ngx_http_ssl_module.html#ssl_early_data\">ssl_early_data<\/a><\/noindex>\u2019 has been added to enable the \u2018 <noindex><a rel=\"nofollow\" href=\"https:\/\/tools.ietf.org\/html\/rfc8446#section-2.3\">0-RTT<\/a><\/noindex> mode when using TLSv1.3, which retains previously negotiated TLS connection parameters and reduces the number of RTTs to 2 when resuming an established connection;\n<li class=\"l\"> New directives have been added for configuring keepalive for outgoing connections (enabling or disabling the SO_KEEPALIVE option for sockets):\n<\/p>\n<ul>\n<li class=\"l\">  &lt;&lt;<noindex><a rel=\"nofollow\" href=\"https:\/\/nginx.org\/ru\/docs\/http\/ngx_http_proxy_module.html#proxy_socket_keepalive\">proxy_socket_keepalive<\/a><\/noindex>\u2019 \u2014 configures the behavior of \u2018TCP keepalive\u2019 for outgoing connections to the proxied server;\n<\/li>\n<li class=\"l\">  &lt;&lt;<noindex><a rel=\"nofollow\" href=\"https:\/\/nginx.org\/ru\/docs\/http\/ngx_http_fastcgi_module.html#fastcgi_socket_keepalive\">fastcgi_socket_keepalive<\/a><\/noindex>\u2019 \u2014 configures the behavior of \u2018TCP keepalive\u2019 for outgoing connections to the FastCGI server;\n<\/li>\n<li class=\"l\">  &lt;&lt;<noindex><a rel=\"nofollow\" href=\"https:\/\/nginx.org\/ru\/docs\/http\/ngx_http_grpc_module.html#grpc_socket_keepalive\">grpc_socket_keepalive<\/a><\/noindex>\u2019 \u2014 configures the behavior of \u2018TCP keepalive\u2019 for outgoing connections to the gRPC server;\n<\/li>\n<li class=\"l\">  &lt;&lt;<noindex><a rel=\"nofollow\" href=\"https:\/\/nginx.org\/ru\/docs\/http\/ngx_http_memcached_module.html#memcached_socket_keepalive\">memcached_socket_keepalive<\/a><\/noindex>\u2019 \u2014 configures the behavior of \u2018TCP keepalive\u2019 for outgoing connections to the memcached server;\n<\/li>\n<li class=\"l\">  &lt;&lt;<noindex><a rel=\"nofollow\" href=\"https:\/\/nginx.org\/ru\/docs\/http\/ngx_http_scgi_module.html#scgi_socket_keepalive\">scgi_socket_keepalive<\/a><\/noindex>\u2019 \u2014 configures the behavior of \u2018TCP keepalive\u2019 for outgoing connections to the SCGI server;\n<\/li>\n<li class=\"l\">  &lt;&lt;<noindex><a rel=\"nofollow\" href=\"https:\/\/nginx.org\/ru\/docs\/http\/ngx_http_uwsgi_module.html#uwsgi_socket_keepalive\">uwsgi_socket_keepalive<\/a><\/noindex>\u2019 \u2014 configures the behavior of \u2018TCP keepalive\u2019 for outgoing connections to the uwsgi server.\n<\/ul>\n<\/li>\n<li class=\"l\"> The directive \u2018<noindex><a rel=\"nofollow\" href=\"http:\/\/nginx.org\/ru\/docs\/http\/ngx_http_limit_req_module.html\">limit_req\u2019<\/a><\/noindex> has a new parameter \u2018delay\u2019 added, which sets the limit, after which excessive requests are delayed;\n<\/li>\n<li class=\"l\"> New directives \u2018keepalive_timeout\u2019 and \u2018keepalive_requests\u2019 have been added to the \u2018upstream\u2019 block to set limits for Keepalive;\n<li class=\"l\"> The directive \u2018ssl\u2019 has been deprecated, replaced by the \u2018ssl\u2019 parameter in the \u2018listen\u2019 directive. The definition of missing SSL certificates is now performed during configuration testing when using the \u2018listen\u2019 directive with the \u2018ssl\u2019 parameter;\n<li class=\"l\"> When using the reset_timedout_connection directive, connections are now closed with code 444 upon timeout;\n<li class=\"l\"> SSL errors \u2018http request\u2019, \u2018https proxy request\u2019, \u2018unsupported protocol\u2019, and \u2018version too low\u2019 are now logged at the \u2018info\u2019 level instead of \u2018crit\u2019;\n<li class=\"l\"> Support for the poll method on Windows systems is now available when using Windows Vista and later;\n<li class=\"l\"> It is now possible to use <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=49126\">TLSv1.3<\/a><\/noindex> when compiled with the BoringSSL library, not just with OpenSSL.\n<\/ul>\n<\/ul>\n<p><noindex><a rel=\"nofollow\" name=\"link\"><\/a><\/noindex><\/p>\n<p>Source: <a \ncontent=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=50561\">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 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\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.16.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 \u0440\u0430\u043c\u043a\u0430\u0445 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0432\u0435\u0442\u043a\u0438 1.15.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.16 \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.17, \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u043e [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-32235","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - 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 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\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\" \/>\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\/news\/reliz-nginx-1-16-0\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\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\u0420\u0435\u043b\u0438\u0437 nginx 1.16.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 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\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\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/reliz-nginx-1-16-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=\"2019-10-31T18:45:47+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-10-31T18:45:47+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\udd47nginx 1.16.0 Release | ProHoster","description":"After a year of development, a new stable branch of the high-performance HTTP server and multi-protocol proxy server has been released.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-nginx-1-16-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\u0420\u0435\u043b\u0438\u0437 nginx 1.16.0 | ProHoster","og:description":"\u041f\u043e\u0441\u043b\u0435 \u0433\u043e\u0434\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\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","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-nginx-1-16-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":"2019-10-31T18:45:47+00:00","article:modified_time":"2019-10-31T18:45:47+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"32235","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":"2026-01-21 09:54:21","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-03-01 03:02:46","updated":"2026-01-21 09:54:21","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\/32235","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=32235"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/32235\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=32235"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=32235"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=32235"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}