{"id":1847,"date":"2020-12-10T08:16:03","date_gmt":"2020-12-09T23:16:03","guid":{"rendered":"http:\/\/blog.anyons.net\/?p=1847"},"modified":"2022-07-12T14:43:04","modified_gmt":"2022-07-12T05:43:04","slug":"web%ec%97%90%ec%84%9c-proxy%eb%a5%bc-%ec%93%b0%eb%8a%94-%ec%82%ac%ec%9a%a9%ec%9e%90-real-ip-%ea%b5%ac%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/anyons.net\/?p=1847","title":{"rendered":"Web\uc5d0\uc11c Proxy\ub97c \uc4f0\ub294 \uc0ac\uc6a9\uc790 Real IP \uad6c\ud558\uae30"},"content":{"rendered":"\n<pre class=\"lang:php decode:true \">&lt;?php \n function getRealIpAddr(){ \n    if(!empty($_SERVER['HTTP_CLIENT_IP']) &amp;&amp; getenv('HTTP_CLIENT_IP')){ \n        return $_SERVER['HTTP_CLIENT_IP']; \n    }\n    elseif(!empty($_SERVER['HTTP_X_FORWARDED_FOR']) &amp;&amp; getenv('HTTP_X_FORWARDED_FOR')){ \n        return $_SERVER['HTTP_X_FORWARDED_FOR']; \n    }\n    elseif(!empty($_SERVER['REMOTE_HOST']) &amp;&amp; getenv('REMOTE_HOST')){ \n        return $_SERVER['REMOTE_HOST']; \n    }\n    elseif(!empty($_SERVER['REMOTE_ADDR']) &amp;&amp; getenv('REMOTE_ADDR')){ \n        return $_SERVER['REMOTE_ADDR']; \n    } \n    return false; \n }\n\n\n if($ip = getRealIpAddr()){\n     echo $ip;\n }\n ?&gt;<\/pre>\n<p>\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p> &lt;?php function getRealIpAddr(){ if(!empty($_SERVER[&#8216;HTTP_CLIENT_IP&#8217;]) &amp;&amp; getenv(&#8216;HTTP_CLIENT_IP&#8217;)){ return $_SERVER[&#8216;HTTP_CLIENT_IP&#8217;]; } elseif(!empty($_SERVER[&#8216;HTTP_X_FORWARDED_FOR&#8217;]) &amp;&amp; getenv(&#8216;HTTP_X_FORWARDED_FOR&#8217;)){ return $_SERVER[&#8216;HTTP_X_FORWARDED_FOR&#8217;]; } elseif(!empty($_SERVER[&#8216;REMOTE_HOST&#8217;]) &amp;&amp; getenv(&#8216;REMOTE_HOST&#8217;)){ return $_SERVER[&#8216;REMOTE_HOST&#8217;]; } elseif(!empty($_SERVER[&#8216;REMOTE_ADDR&#8217;]) &amp;&amp; getenv(&#8216;REMOTE_ADDR&#8217;)){ return $_SERVER[&#8216;REMOTE_ADDR&#8217;]; } return false; } if($ip = getRealIpAddr()){ echo $ip; } ?&gt; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[96,165],"tags":[423,424,173,131,260],"class_list":["post-1847","post","type-post","status-publish","format-standard","hentry","category-programming","category-system","tag-http_x_forwarded_for","tag-ip","tag-php","tag-proxy","tag-web","odd"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Web\uc5d0\uc11c Proxy\ub97c \uc4f0\ub294 \uc0ac\uc6a9\uc790 Real IP \uad6c\ud558\uae30 - anydragon<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/anyons.net\/?p=1847\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Web\uc5d0\uc11c Proxy\ub97c \uc4f0\ub294 \uc0ac\uc6a9\uc790 Real IP \uad6c\ud558\uae30 - anydragon\" \/>\n<meta property=\"og:description\" content=\"&lt;?php function getRealIpAddr(){ if(!empty($_SERVER[&#039;HTTP_CLIENT_IP&#039;]) &amp;&amp; getenv(&#039;HTTP_CLIENT_IP&#039;)){ return $_SERVER[&#039;HTTP_CLIENT_IP&#039;]; } elseif(!empty($_SERVER[&#039;HTTP_X_FORWARDED_FOR&#039;]) &amp;&amp; getenv(&#039;HTTP_X_FORWARDED_FOR&#039;)){ return $_SERVER[&#039;HTTP_X_FORWARDED_FOR&#039;]; } elseif(!empty($_SERVER[&#039;REMOTE_HOST&#039;]) &amp;&amp; getenv(&#039;REMOTE_HOST&#039;)){ return $_SERVER[&#039;REMOTE_HOST&#039;]; } elseif(!empty($_SERVER[&#039;REMOTE_ADDR&#039;]) &amp;&amp; getenv(&#039;REMOTE_ADDR&#039;)){ return $_SERVER[&#039;REMOTE_ADDR&#039;]; } return false; } if($ip = getRealIpAddr()){ echo $ip; } ?&gt;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/anyons.net\/?p=1847\" \/>\n<meta property=\"og:site_name\" content=\"anydragon\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/anydragon\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/anydragon\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-09T23:16:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-12T05:43:04+00:00\" \/>\n<meta name=\"author\" content=\"anydragon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@anydragon\" \/>\n<meta name=\"twitter:site\" content=\"@anydragon\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"anydragon\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1847#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1847\"},\"author\":{\"name\":\"anydragon\",\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"headline\":\"Web\uc5d0\uc11c Proxy\ub97c \uc4f0\ub294 \uc0ac\uc6a9\uc790 Real IP \uad6c\ud558\uae30\",\"datePublished\":\"2020-12-09T23:16:03+00:00\",\"dateModified\":\"2022-07-12T05:43:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1847\"},\"wordCount\":4,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"keywords\":[\"HTTP_X_FORWARDED_FOR\",\"ip\",\"php\",\"proxy\",\"web\"],\"articleSection\":[\"Programming\",\"System\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/anyons.net\\\/?p=1847#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1847\",\"url\":\"https:\\\/\\\/anyons.net\\\/?p=1847\",\"name\":\"Web\uc5d0\uc11c Proxy\ub97c \uc4f0\ub294 \uc0ac\uc6a9\uc790 Real IP \uad6c\ud558\uae30 - anydragon\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#website\"},\"datePublished\":\"2020-12-09T23:16:03+00:00\",\"dateModified\":\"2022-07-12T05:43:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1847#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/anyons.net\\\/?p=1847\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1847#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/anyons.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Web\uc5d0\uc11c Proxy\ub97c \uc4f0\ub294 \uc0ac\uc6a9\uc790 Real IP \uad6c\ud558\uae30\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/anyons.net\\\/#website\",\"url\":\"https:\\\/\\\/anyons.net\\\/\",\"name\":\"anydragon\",\"description\":\"mac, linux, aws, c, c++, mysql, mssql, redis, csharp, nodejs, rust, golang\",\"publisher\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/anyons.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\",\"name\":\"anydragon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\",\"url\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\",\"contentUrl\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\",\"width\":2560,\"height\":1440,\"caption\":\"anydragon\"},\"logo\":{\"@id\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\"},\"sameAs\":[\"http:\\\/\\\/anyons.net\",\"https:\\\/\\\/www.facebook.com\\\/anydragon\",\"https:\\\/\\\/x.com\\\/anydragon\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCr78KWpvmk398vPfpUTWNLg\"],\"url\":\"https:\\\/\\\/anyons.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Web\uc5d0\uc11c Proxy\ub97c \uc4f0\ub294 \uc0ac\uc6a9\uc790 Real IP \uad6c\ud558\uae30 - anydragon","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:\/\/anyons.net\/?p=1847","og_locale":"ko_KR","og_type":"article","og_title":"Web\uc5d0\uc11c Proxy\ub97c \uc4f0\ub294 \uc0ac\uc6a9\uc790 Real IP \uad6c\ud558\uae30 - anydragon","og_description":"&lt;?php function getRealIpAddr(){ if(!empty($_SERVER['HTTP_CLIENT_IP']) &amp;&amp; getenv('HTTP_CLIENT_IP')){ return $_SERVER['HTTP_CLIENT_IP']; } elseif(!empty($_SERVER['HTTP_X_FORWARDED_FOR']) &amp;&amp; getenv('HTTP_X_FORWARDED_FOR')){ return $_SERVER['HTTP_X_FORWARDED_FOR']; } elseif(!empty($_SERVER['REMOTE_HOST']) &amp;&amp; getenv('REMOTE_HOST')){ return $_SERVER['REMOTE_HOST']; } elseif(!empty($_SERVER['REMOTE_ADDR']) &amp;&amp; getenv('REMOTE_ADDR')){ return $_SERVER['REMOTE_ADDR']; } return false; } if($ip = getRealIpAddr()){ echo $ip; } ?&gt;","og_url":"https:\/\/anyons.net\/?p=1847","og_site_name":"anydragon","article_publisher":"https:\/\/www.facebook.com\/anydragon","article_author":"https:\/\/www.facebook.com\/anydragon","article_published_time":"2020-12-09T23:16:03+00:00","article_modified_time":"2022-07-12T05:43:04+00:00","author":"anydragon","twitter_card":"summary_large_image","twitter_creator":"@anydragon","twitter_site":"@anydragon","twitter_misc":{"\uae00\uc4f4\uc774":"anydragon"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/anyons.net\/?p=1847#article","isPartOf":{"@id":"https:\/\/anyons.net\/?p=1847"},"author":{"name":"anydragon","@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"headline":"Web\uc5d0\uc11c Proxy\ub97c \uc4f0\ub294 \uc0ac\uc6a9\uc790 Real IP \uad6c\ud558\uae30","datePublished":"2020-12-09T23:16:03+00:00","dateModified":"2022-07-12T05:43:04+00:00","mainEntityOfPage":{"@id":"https:\/\/anyons.net\/?p=1847"},"wordCount":4,"commentCount":0,"publisher":{"@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"keywords":["HTTP_X_FORWARDED_FOR","ip","php","proxy","web"],"articleSection":["Programming","System"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/anyons.net\/?p=1847#respond"]}]},{"@type":"WebPage","@id":"https:\/\/anyons.net\/?p=1847","url":"https:\/\/anyons.net\/?p=1847","name":"Web\uc5d0\uc11c Proxy\ub97c \uc4f0\ub294 \uc0ac\uc6a9\uc790 Real IP \uad6c\ud558\uae30 - anydragon","isPartOf":{"@id":"https:\/\/anyons.net\/#website"},"datePublished":"2020-12-09T23:16:03+00:00","dateModified":"2022-07-12T05:43:04+00:00","breadcrumb":{"@id":"https:\/\/anyons.net\/?p=1847#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/anyons.net\/?p=1847"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/anyons.net\/?p=1847#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/anyons.net\/"},{"@type":"ListItem","position":2,"name":"Web\uc5d0\uc11c Proxy\ub97c \uc4f0\ub294 \uc0ac\uc6a9\uc790 Real IP \uad6c\ud558\uae30"}]},{"@type":"WebSite","@id":"https:\/\/anyons.net\/#website","url":"https:\/\/anyons.net\/","name":"anydragon","description":"mac, linux, aws, c, c++, mysql, mssql, redis, csharp, nodejs, rust, golang","publisher":{"@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/anyons.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":["Person","Organization"],"@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b","name":"anydragon","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg","url":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg","contentUrl":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg","width":2560,"height":1440,"caption":"anydragon"},"logo":{"@id":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg"},"sameAs":["http:\/\/anyons.net","https:\/\/www.facebook.com\/anydragon","https:\/\/x.com\/anydragon","https:\/\/www.youtube.com\/channel\/UCr78KWpvmk398vPfpUTWNLg"],"url":"https:\/\/anyons.net\/?author=1"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":2291,"url":"https:\/\/anyons.net\/?p=2291","url_meta":{"origin":1847,"position":0},"title":"NginX \uc774\uc911\ud654","author":"anydragon","date":"2021\ub144 04\uc6d4 02\uc77c","format":false,"excerpt":"upstream myserver { # \uae30\ubcf8 round robin server localhost:3000; server localhost:3001; } server { listen 8080; listen [::]:8080; # server_name xxx.anyons.net; root \/nodejsPath; location \/ { allow 192.168.1.0\/24; deny all; # First attempt to serve request as file, then # as directory, then fall back to displaying a 404. #\u2026","rel":"","context":"&quot;Configuration&quot;\uc5d0\uc11c","block_context":{"text":"Configuration","link":"https:\/\/anyons.net\/?cat=94"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":621,"url":"https:\/\/anyons.net\/?p=621","url_meta":{"origin":1847,"position":1},"title":"wcf \uc791\uc5c5\ub54c \ud45c\uc900 \ucf54\ub4dc","author":"anydragon","date":"2014\ub144 02\uc6d4 14\uc77c","format":false,"excerpt":"static internal ProtoBufRES doInsert(ProtoBufASK r_ask) { try { var res = new ProtoBufRES(); Mapper.Instance().BeginTransaction(); res.nRet = Mapper.Instance().QueryForObject < int > (\"QueryInsert\", r_ask); \/\/ Insert\uc2dc\uc5d0 SELECT SCOPE_IDENTITY()\ub85c \ud0a4\uac12\uc744 \uac00\uc838\uc624\ub294 \ubc29\ud5a5\uc73c\ub85c Mapper.Instance().CommitTransaction(); if (0 >= nRet) { res.m_eResult = ENUM_RESULT.ENUM_NOINSERT; res.m_strMessage = \"\ucc98\ub9ac\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.\"; return res; } else { res.m_eResult = ENUM_RESULT.ENUM_OK;\u2026","rel":"","context":"&quot;Programming&quot;\uc5d0\uc11c","block_context":{"text":"Programming","link":"https:\/\/anyons.net\/?cat=96"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":183,"url":"https:\/\/anyons.net\/?p=183","url_meta":{"origin":1847,"position":2},"title":"System Power States","author":"anydragon","date":"2011\ub144 10\uc6d4 03\uc77c","format":false,"excerpt":"\ucd9c\ucc98 : http:\/\/www.jiniya.net\/wp\/archives\/4511 Power state ACPI state Description Working S0 The system is fully usable. Devices that are not in use can save power by entering a lower power state. Sleep S1 S2 S3 The system appears to be off. Power consumption is reduced to one of several levels, depending\u2026","rel":"","context":"&quot;Programming&quot;\uc5d0\uc11c","block_context":{"text":"Programming","link":"https:\/\/anyons.net\/?cat=96"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":37,"url":"https:\/\/anyons.net\/?p=37","url_meta":{"origin":1847,"position":3},"title":"recursive \ud568\uc218\uc758 call \uc774 \ub418\ub294 \uc21c\uc11c","author":"anydragon","date":"2010\ub144 05\uc6d4 06\uc77c","format":false,"excerpt":"Tree\uc758 \uad6c\uc131\uc774 1 2 \u00a0 \u00a0 3 \uc640 \uac19\uc774 \ub418\uc5b4 \uc788\ub294 \uacbd\uc6b0 123 \uc21c\uc11c\ub85c \ubd80\ub974\uace0 \uc2f6\uc744\ub54c void CAnyTree::Test2(CAnyNode * r_pNode) { if (_m_pNodeNull == r_pNode) return; TRACE1(\"%d\", r_pNode -> nData); Test2(r_pNode -> m_pNodeLeft); Test2(r_pNode -> m_pNodeRight); } 213 \uc21c\uc11c\ub85c \ubd80\ub974\uace0 \uc2f6\uc744\ub54c void CAnyTree::Test3(CAnyNode * r_pNode) { if (_m_pNodeNull == r_pNode)\u2026","rel":"","context":"&quot;Programming&quot;\uc5d0\uc11c","block_context":{"text":"Programming","link":"https:\/\/anyons.net\/?cat=96"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2589,"url":"https:\/\/anyons.net\/?p=2589","url_meta":{"origin":1847,"position":4},"title":"mac osx zsh neovim \ud658\uacbd\uc124\uc815","author":"anydragon","date":"2022\ub144 07\uc6d4 02\uc77c","format":false,"excerpt":"~\/.zshrc # Set name of the theme to load --- if set to \"random\", it will # load a random theme each time oh-my-zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https:\/\/github.com\/ohmyzsh\/ohmyzsh\/wiki\/Themes #ZSH_THEME=\"robbyrussell\" ZSH_THEME=\"agnoster\" # Uncomment the following line\u2026","rel":"","context":"&quot;Configuration&quot;\uc5d0\uc11c","block_context":{"text":"Configuration","link":"https:\/\/anyons.net\/?cat=94"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":29,"url":"https:\/\/anyons.net\/?p=29","url_meta":{"origin":1847,"position":5},"title":"CAnyObject Sample","author":"anydragon","date":"2010\ub144 01\uc6d4 14\uc77c","format":false,"excerpt":"\/*--------------------------------------------------------------------------------------------- Any \uc2dc\ub9ac\uc988\uc5d0 \ub300\ud55c \ub77c\uc774\uc13c\uc2a4 \uba85\uc2dc\uc785\ub2c8\ub2e4. \uc544\ub798 \ub77c\uc774\uc13c\uc2a4\uc5d0 \ub3d9\uc758\ud558\uc2dc\ub294 \ubd84\ub9cc Any \uc2dc\ub9ac\uc988\ub97c \uc0ac\uc6a9\ud560\uc218 \uc788\uc2b5\ub2c8\ub2e4. Any \uc2dc\ub9ac\uc988\uc758 \ubaa8\ub4e0 \uc800\uc791\uad8c\uc740 \uc800\uc791\uc790 \uc5d0\uac8c \uc788\uc2b5\ub2c8\ub2e4. Any \uc2dc\ub9ac\uc988\ub294 \uc800\uc791\uad8c \uba85\uc2dc\uc2dc \uac1c\uc778\uc740 \ub204\uad6c\ub098 \uc0ac\uc6a9\ud560\uc218 \uc788\uc2b5\ub2c8\ub2e4. Any \uc2dc\ub9ac\uc988\ub294 \uc0c1\uc5c5\uc801 \uc6a9\ub3c4\ub85c \uc0ac\uc6a9\ud560\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub2e8 \uc800\uc791\uc790\uc758 \uc774\ud574\uac00 \uc788\ub294 \uacbd\uc6b0\ub294 \uc608\uc678\ub85c \ud569\ub2c8\ub2e4. Any \uc2dc\ub9ac\uc988\ub294 \uc0ac\uc6a9\uc73c\ub85c \uc778\ud55c \ub370\uc774\ud0c0 \uc190\uc2e4 \ubc0f \uae30\ud0c0\u2026","rel":"","context":"&quot;Programming&quot;\uc5d0\uc11c","block_context":{"text":"Programming","link":"https:\/\/anyons.net\/?cat=96"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts\/1847","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1847"}],"version-history":[{"count":0,"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts\/1847\/revisions"}],"wp:attachment":[{"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1847"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1847"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}