{"id":10702,"date":"2021-07-10T09:06:33","date_gmt":"2021-07-10T09:06:33","guid":{"rendered":"https:\/\/ded9.com\/?p=10702"},"modified":"2025-11-16T13:41:27","modified_gmt":"2025-11-16T13:41:27","slug":"what-is-nginx-and-its-advantages-and-disadvantages-and-comparison-with-apache","status":"publish","type":"post","link":"https:\/\/ded9.com\/tr\/what-is-nginx-and-its-advantages-and-disadvantages-and-comparison-with-apache\/","title":{"rendered":"What Is Nginx \u2014 Its Advantages &#038; Disadvantages + Comparison with Apache"},"content":{"rendered":"<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">Nginx, pronounced &#8220;engine-ex&#8221;, is an open source web server currently used as a Reverse Proxy, Load Balancer, and HTTP Cache.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">Many well-known companies, such as Intel, Apple, Twitter, Facebook, Google, IBM, and Microsoft, are currently using Nginx. Nginx was first developed by Igor Sysoev in October 2004 with the goal of solving the C10K problem.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">Because Nginx was built to improve the performance of web services, it often outperforms other popular web servers in benchmark testing, especially if these tests are related to static content or a large number of simultaneous requests.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"><strong>Reverse Proxy<\/strong>: In computer networks such as the Internet, a reverse proxy is commonly referred to as a proxy server that is accessible from public networks.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"><strong>Load Balancer<\/strong>: In computing, the process of distributing tasks over a set of resources to increase overall processing efficiency is called Load Balancing or Balanced Process Distributor.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"><strong>C10K Problem<\/strong>: A popular term on the web with the theme of managing the performance of 10,000 concurrent connections.<\/span><\/span><\/p>\n<h3><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">How does the Nginx Web Server work?<\/span><\/span><\/h3>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">Nginx Web Server is built to manage a large number of concurrent processes with minimal memory usage. Instead of creating new processes for each web request, Nginx uses a concurrent, event-driven approach in which requests are processed in a single directory.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">In fact, with Nginx, a Master Process can control several smaller workflows. In this way, the main process is only the management of labor processes, and the labor processes do the processing and the final order. Because the Nginx operating system is synchronous, labor processes can make any request without interrupting other requests. The most important features of Nginx are:<\/span><\/span><\/p>\n<ul>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> Reverse proxy with cache.<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">IPv6<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> FastCGI support with cache<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> A balanced distribution of processes<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> Use WebSocket<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> Manage static files, index files, and automated indexing<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> TLS \/ SSL with SNI<\/span><\/span><\/li>\n<\/ul>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"><strong>FastCGI<\/strong>: A binary protocol that connects interactive applications to a web server.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"><strong>WebSocket<\/strong>: A computer communication protocol that provides full two-way communication channels through a TCP connection.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"><strong>TLS \/ SSL<\/strong>: An encryption protocol designed to secure communications over a computer network.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"><strong>SNI<\/strong> stands for Server Name Indication, an add-on for the TLS computer network protocol.<\/span><\/span><\/p>\n<h2><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">Advantages and disadvantages of using Nginx<\/span><\/span><\/h2>\n<h3><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">Advantages<\/span><\/span><\/h3>\n<ul>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> Writing code on this web server is easier than on competitors.<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> It is easy to configure and has a more modern design than other web servers.<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> It is event-oriented and allows you to manage multiple communications simultaneously.<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> Uses less memory and hardware resources.<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> It speeds up the site and helps you rank better on Google.<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">It is more compatible with web applications such as Ruby, Python, and Joomla.<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> It helps convert dynamic content to static content.<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> It allows you to manage thousands of simultaneous connections at a time.<\/span><\/span><\/li>\n<\/ul>\n<h3><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">Disadvantages<\/span><\/span><\/h3>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> It has fewer support forums than Apache, but it has more uses than Apache.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> It offers you fewer modules and extensions than Apache.<\/span><\/span><\/p>\n<h3><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">Why use Nginx?<\/span><\/span><\/h3>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">There are many reasons to choose this web server. You can see the most important of them in the following list:<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"><strong>Provides a single entry point<\/strong>: With the environment provided by it, creating an entry point for users to access services is a better approach.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"><strong>Storage<\/strong>: This web server provides a cache for static and dynamic content, increasing performance.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"><strong>Provide multiple back-end applications simultaneously<\/strong>: The cluster helps you to effectively manage the traffic of different applications, which is ideal for cloud service providers.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"><strong>A \/ B testing capability<\/strong>: This web server utilizes A \/ B testing capability, which helps to deploy small applications.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"><strong>Standard login capability<\/strong>: It uses the standard HTTP login format.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"><strong>Scalability and balanced distribution of processes<\/strong>: The status of it allows you to scale the back-end infrastructure. Thus, adding or removing any element from the site will not affect the user experience.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"><strong>0% chance of failure<\/strong>: It regulates the smooth operation of the web server and allows you to seamlessly update the system software without any disconnection.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"><strong>Reduce the likelihood of DoS attacks<\/strong>: The Nginx web server has gained a lot of popularity for managing and handling thousands of incoming HTTP requests or traffic, and protecting application security while increasing site traffic.<\/span><\/span><\/p>\n<h3><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">Compare nginx and Apache usage statistics.<\/span><\/span><\/h3>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">Apache is one of the most popular open source web servers, which, according to a reliable source, W3Techs, is currently used by 43.6% of websites with known web servers (in 2018, this number was 47%). Nginx web server is in second place with a very small difference (41.8%).<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">NetCraft recently surveyed 233 million registered domains, with Apache using 31.54% and Nginx 26.20%.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">While Apache is generally the most popular option among web servers, Nginx is more popular with the most visited websites. If you want to understand the power of Nginx, take a look at the list below:<\/span><\/span><\/p>\n<ul>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> 9% of the world&#8217;s 100,000 popular sites use Nginx. (This number was only 56.1% in 2018)<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> 1% of the world&#8217;s 10,000 most popular sites use Nginx. (This number was only 63.2% in 2018)<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> 1% of the 1000 most popular sites in the world use Nginx. (This number was only 57% in 2018)<\/span><\/span><\/li>\n<\/ul>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">In fact, Nginx is used by some of the world&#8217;s largest sites, such as Netflix, NASA, and WordPress.com.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">However, the use of Apache is inversely related to the increase in site traffic, and sites that are not visited more often use Apache more. The following list can give you a better understanding of this topic:<\/span><\/span><\/p>\n<ul>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> 24% of the world&#8217;s 100,000 popular sites use Apache. (This number was 27.1% in 2018)<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> 8% of the world&#8217;s 10,000 most popular sites use Apache. (This number was 21.5% in 2018)<\/span><\/span><\/li>\n<li><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\"> 6% of the world&#8217;s 1,000 most popular sites use Apache. (This number was 16.2% in 2018)<\/span><\/span><\/li>\n<\/ul>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">Also, if we look at Google search statistics, we see that since 2004, Apache name searches have been declining, while Nginx phrase searches have been steadily increasing.<\/span><\/span><\/p>\n<h3><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">How do we know if we are using Nginx or Apache?<\/span><\/span><\/h3>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">On most sites, you can easily check which web server you are using via the HTTP Server header. By clicking on the network option in Chroma Devtools, you can view HTTP headers or get help from tools like Pingdom or <a href=\"https:\/\/gtmetrix.com\/\" target=\"_blank\" rel=\"noopener\">GTmetrix<\/a>.<\/span><\/span><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">However, the HTTP header may not always show the main web server. For example, if you use proxy services such as Cloudflare on your WordPress site, the HTTP Server header will display the Cloudflare name.<\/span><\/span><\/p>\n<h2><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">Conclusion<\/span><\/span><\/h2>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"fa\" data-phrase-index=\"0\">In this article, we tried to cover the basics of Nginx, its brief history, its place in the server space, as well as the benefits of using Nginx. In general, Nginx is a web server that acts as an email proxy, reverse proxy, and balanced process distributor. Its structure is simultaneous and event-oriented to ensure the simultaneous processing of multiple requests and, most importantly, is easily scalable.<\/span><\/span><\/p>\n<h2>FAQ<\/h2>\n<div id=\"rank-math-rich-snippet-wrapper\"><div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-1\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">What is Nginx?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Nginx (\u201cengine-ex\u201d) is a high-performance, event-driven web server and reverse proxy that handles many concurrent connections with low memory usage.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-2\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">What are the main advantages of Nginx?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Very efficient at serving static files. Low memory and CPU usage thanks to its event-driven architecture. Built-in reverse proxy, load-balancing, and HTTP cache capabilities.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-3\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">What are the drawbacks of using Nginx?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>It doesn\u2019t support directory-level .htaccess settings, so all configuration is centralized. Needs an external processor (e.g. PHP-FPM) to handle dynamic content, since it cannot handle it natively. Fewer modules\/extensible features compared to Apache.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Nginx, pronounced &#8220;engine-ex&#8221;, is an open source web server currently used as a Reverse Proxy, Load Balancer, and HTTP Cache. Many well-known companies, such as Intel, Apple, Twitter, Facebook, Google, IBM, and Microsoft, are currently using Nginx. Nginx was first developed by Igor Sysoev in October 2004 with the goal of solving the C10K problem. [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":10712,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[86],"tags":[2040,1385,436],"class_list":["post-10702","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-server","tag-apache","tag-http","tag-open-source"],"acf":[],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/posts\/10702","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/comments?post=10702"}],"version-history":[{"count":3,"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/posts\/10702\/revisions"}],"predecessor-version":[{"id":265445,"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/posts\/10702\/revisions\/265445"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/media\/10712"}],"wp:attachment":[{"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/media?parent=10702"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/categories?post=10702"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/tags?post=10702"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}