{"id":2431,"date":"2021-11-04T23:05:08","date_gmt":"2021-11-04T23:05:08","guid":{"rendered":"https:\/\/www.it-react.com\/?p=2431"},"modified":"2021-11-04T23:24:06","modified_gmt":"2021-11-04T23:24:06","slug":"how-to-check-if-a-remote-port-is-open","status":"publish","type":"post","link":"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/","title":{"rendered":"How to check if a remote port is open (Windows)"},"content":{"rendered":"\n<p>I&#8217;m sure there were times when you had to check if a port is accessible from one computer to another. In the earlier days we used to test network connectivity to a specific port of the remote computer using telnet command.  Telnet used to come preinstalled in Windows, but in latest Windows OS not anymore. <br><\/p>\n\n\n\n<p>In these days some companies have restrictions on installing third party programs or new services including telnet on their machines.  That&#8217;s why, in this tutorial we&#8217;ll see how can we achieve our goal only with what we have available, without installing anything else. <\/p>\n\n\n\n<p>And what we have available is PowerShell and cmdlet <a href=\"https:\/\/docs.microsoft.com\/en-us\/powershell\/module\/nettcpip\/test-netconnection?view=win10-ps\">Test-NetConnection<\/a> . With the -Port parameter, the command will make a TCP three-way handshake on the specified port and report back if the connection succeeded or not. <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Test-NetConnection &lt;FQDN\/IP Address&gt; -Port &lt;port number&gt;<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"578\" height=\"396\" src=\"https:\/\/www.it-react.com\/wp-content\/uploads\/2021\/11\/netconnection.jpg\" alt=\"\" class=\"wp-image-2433\" srcset=\"https:\/\/www.it-react.com\/wp-content\/uploads\/2021\/11\/netconnection.jpg 578w, https:\/\/www.it-react.com\/wp-content\/uploads\/2021\/11\/netconnection-300x206.jpg 300w\" sizes=\"auto, (max-width: 578px) 100vw, 578px\" \/><\/figure><\/div>\n\n\n\n<p>The Test-NetConnection command will provide you basic information about the network connection like computer name, IP address, Interface, source IP, whether the ping is successful or not, Ping reply time and finally TcpTestSucceeded. <strong>TcpTestSucceeded<\/strong> will report as <strong>True<\/strong> if the port is open and <strong>false<\/strong> if the port is closed. In the above picture you will see the result for both cases. <\/p>\n\n\n\n<p><strong>Conclusion<\/strong>: This PoweShell cmdlet will come in handy every time when you will have to troubleshoot a connection issue. For me it was very useful for a few times and I hope it will be the same for you.<\/p>\n\n\n\n<br><hr>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;m sure there were times when you had to check if a port is accessible from one computer to another. In the earlier days we used to test network connectivity to a specific port of the remote computer using telnet command. Telnet used to come preinstalled in Windows, but in latest Windows OS not anymore. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2443,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_FSMCFIC_featured_image_caption":"Photo by NASA on Unsplash","_FSMCFIC_featured_image_nocaption":"","_FSMCFIC_featured_image_hide":"","footnotes":""},"categories":[8],"tags":[75,72,73,74],"class_list":["post-2431","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows","tag-connection-2","tag-port-2","tag-powershell","tag-windows-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to check if a remote port is open (Windows) - IT-REACT<\/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:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to check if a remote port is open (Windows) - IT-REACT\" \/>\n<meta property=\"og:description\" content=\"I&#8217;m sure there were times when you had to check if a port is accessible from one computer to another. In the earlier days we used to test network connectivity to a specific port of the remote computer using telnet command. Telnet used to come preinstalled in Windows, but in latest Windows OS not anymore. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/\" \/>\n<meta property=\"og:site_name\" content=\"IT-REACT\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-04T23:05:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-04T23:24:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.it-react.com\/wp-content\/uploads\/2021\/11\/nasa-Q1p7bh3SHj8-unsplash-e1636066995161.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"299\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ioan Penu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ioan Penu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/\"},\"author\":{\"name\":\"Ioan Penu\",\"@id\":\"https:\/\/www.it-react.com\/#\/schema\/person\/bf08cffeb4b02ee6baff5d56ab17c8f0\"},\"headline\":\"How to check if a remote port is open (Windows)\",\"datePublished\":\"2021-11-04T23:05:08+00:00\",\"dateModified\":\"2021-11-04T23:24:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/\"},\"wordCount\":244,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.it-react.com\/#\/schema\/person\/bf08cffeb4b02ee6baff5d56ab17c8f0\"},\"image\":{\"@id\":\"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.it-react.com\/wp-content\/uploads\/2021\/11\/nasa-Q1p7bh3SHj8-unsplash-e1636066995161.jpg\",\"keywords\":[\"connection\",\"port\",\"powershell\",\"windows\"],\"articleSection\":[\"Windows\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/\",\"url\":\"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/\",\"name\":\"How to check if a remote port is open (Windows) - IT-REACT\",\"isPartOf\":{\"@id\":\"https:\/\/www.it-react.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.it-react.com\/wp-content\/uploads\/2021\/11\/nasa-Q1p7bh3SHj8-unsplash-e1636066995161.jpg\",\"datePublished\":\"2021-11-04T23:05:08+00:00\",\"dateModified\":\"2021-11-04T23:24:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#primaryimage\",\"url\":\"https:\/\/www.it-react.com\/wp-content\/uploads\/2021\/11\/nasa-Q1p7bh3SHj8-unsplash-e1636066995161.jpg\",\"contentUrl\":\"https:\/\/www.it-react.com\/wp-content\/uploads\/2021\/11\/nasa-Q1p7bh3SHj8-unsplash-e1636066995161.jpg\",\"width\":1080,\"height\":299,\"caption\":\"Photo by NASA on Unsplash\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.it-react.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to check if a remote port is open (Windows)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.it-react.com\/#website\",\"url\":\"https:\/\/www.it-react.com\/\",\"name\":\"it-react\",\"description\":\"Ctrl\u2022Alt\u2022Automate\",\"publisher\":{\"@id\":\"https:\/\/www.it-react.com\/#\/schema\/person\/bf08cffeb4b02ee6baff5d56ab17c8f0\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.it-react.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.it-react.com\/#\/schema\/person\/bf08cffeb4b02ee6baff5d56ab17c8f0\",\"name\":\"Ioan Penu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g\",\"caption\":\"Ioan Penu\"},\"logo\":{\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to check if a remote port is open (Windows) - IT-REACT","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:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/","og_locale":"en_US","og_type":"article","og_title":"How to check if a remote port is open (Windows) - IT-REACT","og_description":"I&#8217;m sure there were times when you had to check if a port is accessible from one computer to another. In the earlier days we used to test network connectivity to a specific port of the remote computer using telnet command. Telnet used to come preinstalled in Windows, but in latest Windows OS not anymore. [&hellip;]","og_url":"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/","og_site_name":"IT-REACT","article_published_time":"2021-11-04T23:05:08+00:00","article_modified_time":"2021-11-04T23:24:06+00:00","og_image":[{"width":1080,"height":299,"url":"https:\/\/www.it-react.com\/wp-content\/uploads\/2021\/11\/nasa-Q1p7bh3SHj8-unsplash-e1636066995161.jpg","type":"image\/jpeg"}],"author":"Ioan Penu","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ioan Penu","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#article","isPartOf":{"@id":"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/"},"author":{"name":"Ioan Penu","@id":"https:\/\/www.it-react.com\/#\/schema\/person\/bf08cffeb4b02ee6baff5d56ab17c8f0"},"headline":"How to check if a remote port is open (Windows)","datePublished":"2021-11-04T23:05:08+00:00","dateModified":"2021-11-04T23:24:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/"},"wordCount":244,"commentCount":0,"publisher":{"@id":"https:\/\/www.it-react.com\/#\/schema\/person\/bf08cffeb4b02ee6baff5d56ab17c8f0"},"image":{"@id":"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#primaryimage"},"thumbnailUrl":"https:\/\/www.it-react.com\/wp-content\/uploads\/2021\/11\/nasa-Q1p7bh3SHj8-unsplash-e1636066995161.jpg","keywords":["connection","port","powershell","windows"],"articleSection":["Windows"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/","url":"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/","name":"How to check if a remote port is open (Windows) - IT-REACT","isPartOf":{"@id":"https:\/\/www.it-react.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#primaryimage"},"image":{"@id":"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#primaryimage"},"thumbnailUrl":"https:\/\/www.it-react.com\/wp-content\/uploads\/2021\/11\/nasa-Q1p7bh3SHj8-unsplash-e1636066995161.jpg","datePublished":"2021-11-04T23:05:08+00:00","dateModified":"2021-11-04T23:24:06+00:00","breadcrumb":{"@id":"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#primaryimage","url":"https:\/\/www.it-react.com\/wp-content\/uploads\/2021\/11\/nasa-Q1p7bh3SHj8-unsplash-e1636066995161.jpg","contentUrl":"https:\/\/www.it-react.com\/wp-content\/uploads\/2021\/11\/nasa-Q1p7bh3SHj8-unsplash-e1636066995161.jpg","width":1080,"height":299,"caption":"Photo by NASA on Unsplash"},{"@type":"BreadcrumbList","@id":"https:\/\/www.it-react.com\/index.php\/2021\/11\/04\/how-to-check-if-a-remote-port-is-open\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.it-react.com\/"},{"@type":"ListItem","position":2,"name":"How to check if a remote port is open (Windows)"}]},{"@type":"WebSite","@id":"https:\/\/www.it-react.com\/#website","url":"https:\/\/www.it-react.com\/","name":"it-react","description":"Ctrl\u2022Alt\u2022Automate","publisher":{"@id":"https:\/\/www.it-react.com\/#\/schema\/person\/bf08cffeb4b02ee6baff5d56ab17c8f0"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.it-react.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.it-react.com\/#\/schema\/person\/bf08cffeb4b02ee6baff5d56ab17c8f0","name":"Ioan Penu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g","caption":"Ioan Penu"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g"}}]}},"_links":{"self":[{"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/posts\/2431","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/comments?post=2431"}],"version-history":[{"count":14,"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/posts\/2431\/revisions"}],"predecessor-version":[{"id":2451,"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/posts\/2431\/revisions\/2451"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/media\/2443"}],"wp:attachment":[{"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/media?parent=2431"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/categories?post=2431"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/tags?post=2431"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}