{"id":174,"date":"2022-12-14T18:16:52","date_gmt":"2022-12-14T18:16:52","guid":{"rendered":"https:\/\/www.onworks.net\/blog\/?p=174"},"modified":"2022-12-14T18:16:54","modified_gmt":"2022-12-14T18:16:54","slug":"how-to-manually-configure-chillispot","status":"publish","type":"post","link":"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/","title":{"rendered":"How to Manually Configure Chillispot (Coovachilli)"},"content":{"rendered":"\n<p>CoovaChilli is an open-source software access controller that is based on the popular but now defunct ChilliSpot project and is actively maintained by a ChilliSpot contributor. Read through this article to find out how to manually configure Chillispot.<\/p>\n\n\n\n<p>It is a feature-rich software access controller that provides a captive portal \/ walled-garden environment and access provisioning and accounting via RADIUS or HTTP. Additionally, it is an essential component of the CoovaAP OpenWRT-based firmware, which is designed specifically for hotspots. See the ChangeLog for more information on how Coova&#8217;s Chilli differs from the standard ChilliSpot.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Executive Summary<\/strong><\/h2>\n\n\n\n<p>ChilliSpot allows you to:<\/p>\n\n\n\n<ul>\n<li>Make wireless or LAN-connected computers display a &#8220;landing page&#8221; in users&#8217; browsers with ease.<\/li>\n\n\n\n<li>The redirection takes place on the first Web page and continues until the user clicks through (I Agree\/Login).<\/li>\n\n\n\n<li>You can optionally monetize your hotspot.<\/li>\n\n\n\n<li>Offer a Wi-Fi usage agreement, advertising, or other community or commercial activities.<\/li>\n\n\n\n<li>Overuse prevention that is proactive:<\/li>\n\n\n\n<li>Limit the amount of bandwidth that hotspot-connected laptops or desktops can use, both up and down.<\/li>\n\n\n\n<li>Limit the number of times hotspot users can log in in a given period.<\/li>\n\n\n\n<li>Other fine-grained restrictions.<\/li>\n<\/ul>\n\n\n\n<p>ChilliSpot can be used for a single router or expanded to cover an entire metropolitan area by utilizing external services.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Technical Description<\/strong><\/h3>\n\n\n\n<p>ChilliSpot is a free and open-source <a href=\"https:\/\/en.wikipedia.org\/wiki\/Captive_portal\" target=\"_blank\" rel=\"noreferrer noopener\">Captive Portal<\/a> wireless or LAN access point controller. It is used to verify user identities. It supports Web-based login, which is the current industry standard for public hotspots. An online provider or a local radius service you provide handles authentication, authorization, and accounting (AAA).<\/p>\n\n\n\n<p>ChilliSpot cannot function on its own and requires two (2) additional services, both of which are provided by third parties:<\/p>\n\n\n\n<ul>\n<li>Users are redirected to a Web Portal. This portal can offer any type of access control service, such as user login, online billing, and so on.<\/li>\n\n\n\n<li>A Radius authentication and accounting service. The Radius server and the Web server are usually tightly integrated to provide advanced services.<\/li>\n\n\n\n<li>There are several online providers (ChilliSpot Service Provider, CSP) who provide the additional services required for ChilliSpot to function: Captive Portal#Provider for more information.<\/li>\n\n\n\n<li>The benefit of using a CSP is that your ChilliSpot hotspot can be operational in minutes.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Read Also:&nbsp;<\/strong><\/h4>\n\n\n\n<p><a href=\"https:\/\/www.onworks.net\/blog\/process-hacker-2\/\"><strong>Process Hacker 2: 7 Most Interesting Features<\/strong><\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.onworks.net\/blog\/fastest-auto-clicker\/\"><strong>Benefits of Having The Fastest Auto Clicker<\/strong><\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.onworks.net\/blog\/easy-python-decompiler-a-tool-to-help-you-reverse-engineer-programs\/\"><strong>Easy Python Decompiler: A Tool to Help You Reverse Engineer Programs<\/strong><\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How do I manually configure the Coovachilli settings?<\/strong><\/h2>\n\n\n\n<p>The Hotspot service can be installed on any device that can run Coovachilli. A server can even be used instead of a router.<\/p>\n\n\n\n<p>This can be accomplished by connecting to the device via SSH and editing the configuration file with a text editor such as vi.<\/p>\n\n\n\n<p>Copy the contents of the following window into the device&#8217;s \/etc\/chilli\/defaults file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># -*- mode: shell-script; -*-\n#\n#   Coova-Chilli Default Configurations.\n#   To customize, copy this file to \/etc\/chilli\/config\n#   and edit to your liking. This is included in shell scripts\n#   that configure chilli and related programs before file 'config'.\n\nHS_LOC_ID=\"1\"\nHS_LOC_NAME=\"xxxxxx\"\nHS_NASID=\"xxxxx\"\n\n#############################################################\n\nHS_WANIF=wan               # WAN Interface toward the Internet\nHS_LANIF=lan               # Subscriber Interface for client devices\nHS_UAMPORT=3990            # HotSpot UAM Port (on subscriber network)\nHS_UAMUIPORT=4990          # HotSpot UAM \"UI\" Port (on subscriber network, for embedded portal)\n\n# LOCAL MAC addresses\n#HS_MACALLOWLOCAL=on\n#HS_MACALLOW=\"XX-XX-XX-XX-XX-XX,XX-XX-XX-XX-XX-XX\"\n\n# Below this line is pretty much standard for HotSpotSystems\n\nHS_DNS1=8.8.8.8\nHS_DNS2=8.8.4.4\n\nHS_NETWORK=192.168.182.0\nHS_NETMASK=255.255.240.0\nHS_UAMLISTEN=192.168.182.1\nHS_DNS_DOMAIN=key.chillispot.info\nHS_DYNIP=192.168.182.2\nHS_DYNIP_MASK=255.255.240.0\nHS_RADIUS=radius.hotspotsystem.com\nHS_RADIUS2=radius2.hotspotsystem.com\nHS_LEASE=172800\nHS_SWAPOCTETS=\"on\"\n\nHS_UAMHOMEPAGE=\"\"\nHS_UAMFORMAT=\"https:\/\/customer.hotspotsystem.com\/customer\/hotspotlogin.php\"\nHS_PROVIDER=\"HotSpotSystem\"\nHS_PROVIDER_LINK=\"http:\/\/www.hotspotsystem.com\/\"\n\nHS_MODE=hotspot\nHS_TYPE=chillispot\nhs_lan_access=\"deny\"\n\nHS_RADCONF=\"off\"\nHS_UAMSERVER=\"hotspotsystem.com\"\nHS_UAMSECRET=\"hotsys123\"\nHS_RADSECRET=\"hotsys123\"\nHS_UAMSERVER=\"customer.hotspotsystem.com\"\nHS_AAA=\"radius\"\n\nHS_UAMALLOW=\"194.149.46.0\/24 198.241.128.0\/17 66.211.128.0\/17 216.113.128.0\/17 70.42.128.0\/17 \\\n             128.242.125.0\/24 216.52.17.0\/24 62.249.232.74 155.136.68.77 155.136.66.34 \\\n             66.4.128.0\/17 66.211.128.0\/17 66.235.128.0\/17 88.221.136.146 195.228.254.149 \\\n             195.228.254.152 203.211.140.157 203.211.150.204 \\\n             www.paypal.com www.paypalobjects.com live.adyen.com \\\n             www.worldpay.com select.worldpay.com secure.ims.worldpay.com \\\n             www.rbsworldpay.com secure.wp3.rbsworldpay.com www.directebanking.com \\\n             betalen.rabobank.nl ideal.ing.nl \\\n             ideal.abnamro.nl www.ing.nl api.mailgun.net \\\n             www.hotspotsystem.com customer.hotspotsystem.com tech.hotspotsystem.com \\\n             a1.hotspotsystem.com a2.hotspotsystem.com a3.hotspotsystem.com a4.hotspotsystem.com \\\n             a5.hotspotsystem.com a6.hotspotsystem.com a7.hotspotsystem.com a8.hotspotsystem.com \\\n             a9.hotspotsystem.com a10.hotspotsystem.com a11.hotspotsystem.com a12.hotspotsystem.com \\\n             a13.hotspotsystem.com a14.hotspotsystem.com a15.hotspotsystem.com a16.hotspotsystem.com \\\n             a17.hotspotsystem.com a18.hotspotsystem.com a19.hotspotsystem.com a20.hotspotsystem.com \\\n\t     a21.hotspotsystem.com a22.hotspotsystem.com a23.hotspotsystem.com a24.hotspotsystem.com \\\n\t     a25.hotspotsystem.com a26.hotspotsystem.com a27.hotspotsystem.com a28.hotspotsystem.com \\\n             a29.hotspotsystem.com a30.hotspotsystem.com\"\n<\/code><\/pre>\n\n\n\n<p>HS_UAMDOMAINS=&#8221;paypal.com paypalobjects.com worldpay.com rbsworldpay.com adyen.com hotspotsystem.com triodos.nl asnbank.nlknab.nl regiobank.nl snsbank.nl geotrust.com&#8221;<\/p>\n\n\n\n<p><strong>All you have to do is change the following lines:<\/strong><\/p>\n\n\n\n<p>HS_WANIF=<\/p>\n\n\n\n<p>HS_LANIF=<\/p>\n\n\n\n<p>HS_NASID=<\/p>\n\n\n\n<p>This will result in the creation of a combined splash page.<\/p>\n\n\n\n<p><em>What does &#8216;Combined Splash Page&#8217; mean?<\/em><\/p>\n\n\n\n<p><em>When the LOGIN box is on the same page as the other modules, it is referred to as a combined splash page (Splash page is the same as the login page).<\/em><\/p>\n\n\n\n<p><em>Your hotspot can operate in a combined mode, or you may prefer to keep the LOGIN section separate from the other sections of the splash page, where users can buy access, activate vouchers, and so on.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Explanation of configurable parameters in detail:<\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>HS_NASID \u2013&gt; OPERATORNAME_LOC#<\/strong><\/h4>\n\n\n\n<p>For example, if you created a username called &#8220;hotelhotspot&#8221; and want to configure a second location, the HS_NASID will be &#8220;hotelhotspot_2&#8221;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>HS_UAMHOMEPAGE \u2192<\/strong><\/h4>\n\n\n\n<p>If you want to redirect users to a URL other than the login page, such as your own server (<a href=\"https:\/\/en.wikipedia.org\/wiki\/Walled_garden\">walled gar<\/a><a href=\"https:\/\/en.wikipedia.org\/wiki\/Walled_garden\" target=\"_blank\" rel=\"noreferrer noopener\">d<\/a><a href=\"https:\/\/en.wikipedia.org\/wiki\/Walled_garden\">en<\/a>), enter that URL here. If you don&#8217;t want to use a combined splash page (keep the first and login pages separate), you can enter the following here: <a href=\"https:\/\/customer.hotspotsystem.com\/customer\/index.php?nasid=OPERATORNAME\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">https:\/\/customer.hotspotsystem.com\/customer\/index.php?nasid=OPERATORNAME LOC# <\/a>(replace the nasid at the end). In this case, you must also ensure that the Combined Splash Page option is not enabled in the control center.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>HS_UAMFORMAT \u2192<\/strong><\/h4>\n\n\n\n<p>This is our hosted login\/splash page. If you&#8217;re using a white label or want to use a server on another continent, change <a href=\"http:\/\/customer.hotspotsystem.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">customer.hotspotsystem.com<\/a> to another hostname in this URL.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>HS_UAMALLOW \u2192<\/strong><\/h4>\n\n\n\n<p>A list of resources that the client can access without first authenticating. The list entries can be domain names, IP addresses, or network segments.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>HS_UAMDOMAINS \u2013&gt;<\/strong><\/h4>\n\n\n\n<p>One domain prefix per option use; defines a list of domain names to be added to the walled garden automatically. This is accomplished by inspecting DNS packets sent back to the subscriber.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/coova\/coova-chilli\/releases\/latest\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">CLICK HERE TO DOWNLOAD<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>CoovaChilli is an open-source software access controller that is based on the popular but now defunct ChilliSpot project and is actively maintained by a ChilliSpot<\/p>\n","protected":false},"author":1,"featured_media":188,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[60],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Manually Configure Chillispot (Coovachilli)<\/title>\n<meta name=\"description\" content=\"You can manually configure Chillispot by connecting to the device via SSH and editing the configuration file with a text editor such as vi.\" \/>\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.onworks.net\/blog\/how-to-manually-configure-chillispot\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Manually Configure Chillispot (Coovachilli)\" \/>\n<meta property=\"og:description\" content=\"You can manually configure Chillispot by connecting to the device via SSH and editing the configuration file with a text editor such as vi.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/\" \/>\n<meta property=\"og:site_name\" content=\"OnWorks\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-14T18:16:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-14T18:16:54+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.onworks.net\/blog\/wp-content\/uploads\/2022\/11\/OnWorks-Blog-Feature-Images-9.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2240\" \/>\n\t<meta property=\"og:image:height\" content=\"1260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/\",\"url\":\"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/\",\"name\":\"How to Manually Configure Chillispot (Coovachilli)\",\"isPartOf\":{\"@id\":\"https:\/\/www.onworks.net\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.onworks.net\/blog\/wp-content\/uploads\/2022\/11\/OnWorks-Blog-Feature-Images-9.jpg\",\"datePublished\":\"2022-12-14T18:16:52+00:00\",\"dateModified\":\"2022-12-14T18:16:54+00:00\",\"author\":{\"@id\":\"https:\/\/www.onworks.net\/blog\/#\/schema\/person\/ce069bb88690636bb2ac03d360399d74\"},\"description\":\"You can manually configure Chillispot by connecting to the device via SSH and editing the configuration file with a text editor such as vi.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/#primaryimage\",\"url\":\"https:\/\/www.onworks.net\/blog\/wp-content\/uploads\/2022\/11\/OnWorks-Blog-Feature-Images-9.jpg\",\"contentUrl\":\"https:\/\/www.onworks.net\/blog\/wp-content\/uploads\/2022\/11\/OnWorks-Blog-Feature-Images-9.jpg\",\"width\":2240,\"height\":1260,\"caption\":\"Chillispot\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.onworks.net\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Manually Configure Chillispot (Coovachilli)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.onworks.net\/blog\/#website\",\"url\":\"https:\/\/www.onworks.net\/blog\/\",\"name\":\"OnWorks\",\"description\":\"Free Cloud Hosting\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.onworks.net\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.onworks.net\/blog\/#\/schema\/person\/ce069bb88690636bb2ac03d360399d74\",\"name\":\"admin\",\"sameAs\":[\"http:\/\/144.76.113.85:19180\/blog\"],\"url\":\"https:\/\/www.onworks.net\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Manually Configure Chillispot (Coovachilli)","description":"You can manually configure Chillispot by connecting to the device via SSH and editing the configuration file with a text editor such as vi.","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.onworks.net\/blog\/how-to-manually-configure-chillispot\/","og_locale":"en_US","og_type":"article","og_title":"How to Manually Configure Chillispot (Coovachilli)","og_description":"You can manually configure Chillispot by connecting to the device via SSH and editing the configuration file with a text editor such as vi.","og_url":"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/","og_site_name":"OnWorks","article_published_time":"2022-12-14T18:16:52+00:00","article_modified_time":"2022-12-14T18:16:54+00:00","og_image":[{"width":2240,"height":1260,"url":"http:\/\/www.onworks.net\/blog\/wp-content\/uploads\/2022\/11\/OnWorks-Blog-Feature-Images-9.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/","url":"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/","name":"How to Manually Configure Chillispot (Coovachilli)","isPartOf":{"@id":"https:\/\/www.onworks.net\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/#primaryimage"},"image":{"@id":"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/#primaryimage"},"thumbnailUrl":"https:\/\/www.onworks.net\/blog\/wp-content\/uploads\/2022\/11\/OnWorks-Blog-Feature-Images-9.jpg","datePublished":"2022-12-14T18:16:52+00:00","dateModified":"2022-12-14T18:16:54+00:00","author":{"@id":"https:\/\/www.onworks.net\/blog\/#\/schema\/person\/ce069bb88690636bb2ac03d360399d74"},"description":"You can manually configure Chillispot by connecting to the device via SSH and editing the configuration file with a text editor such as vi.","breadcrumb":{"@id":"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/#primaryimage","url":"https:\/\/www.onworks.net\/blog\/wp-content\/uploads\/2022\/11\/OnWorks-Blog-Feature-Images-9.jpg","contentUrl":"https:\/\/www.onworks.net\/blog\/wp-content\/uploads\/2022\/11\/OnWorks-Blog-Feature-Images-9.jpg","width":2240,"height":1260,"caption":"Chillispot"},{"@type":"BreadcrumbList","@id":"https:\/\/www.onworks.net\/blog\/how-to-manually-configure-chillispot\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.onworks.net\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Manually Configure Chillispot (Coovachilli)"}]},{"@type":"WebSite","@id":"https:\/\/www.onworks.net\/blog\/#website","url":"https:\/\/www.onworks.net\/blog\/","name":"OnWorks","description":"Free Cloud Hosting","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.onworks.net\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.onworks.net\/blog\/#\/schema\/person\/ce069bb88690636bb2ac03d360399d74","name":"admin","sameAs":["http:\/\/144.76.113.85:19180\/blog"],"url":"https:\/\/www.onworks.net\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.onworks.net\/blog\/wp-json\/wp\/v2\/posts\/174"}],"collection":[{"href":"https:\/\/www.onworks.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.onworks.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.onworks.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.onworks.net\/blog\/wp-json\/wp\/v2\/comments?post=174"}],"version-history":[{"count":1,"href":"https:\/\/www.onworks.net\/blog\/wp-json\/wp\/v2\/posts\/174\/revisions"}],"predecessor-version":[{"id":175,"href":"https:\/\/www.onworks.net\/blog\/wp-json\/wp\/v2\/posts\/174\/revisions\/175"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.onworks.net\/blog\/wp-json\/wp\/v2\/media\/188"}],"wp:attachment":[{"href":"https:\/\/www.onworks.net\/blog\/wp-json\/wp\/v2\/media?parent=174"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.onworks.net\/blog\/wp-json\/wp\/v2\/categories?post=174"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.onworks.net\/blog\/wp-json\/wp\/v2\/tags?post=174"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}