{"id":1494,"date":"2025-07-15T15:48:13","date_gmt":"2025-07-15T14:48:13","guid":{"rendered":"https:\/\/whatevernetworks.com\/wp\/?p=1494"},"modified":"2025-07-15T15:48:13","modified_gmt":"2025-07-15T14:48:13","slug":"netscaler-how-to-remove-the-default-citrix-gateway-homepage","status":"publish","type":"post","link":"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/","title":{"rendered":"Netscaler: How to Remove the Default Citrix Gateway Homepage"},"content":{"rendered":"\n<p><strong>Issue: <\/strong>If you&#8217;re using Citrix Gateway (NetScaler) purely for <strong>Citrix DaaS \/ Virtual Apps and Desktops<\/strong> access via <strong>ICA Proxy<\/strong>, you may be surprised to see a legacy <strong>VPN portal homepage<\/strong> (<code>\/vpn\/portal\/homepage.html<\/code>) load when accessing the Gateway in a browser. This isn&#8217;t desirable, especially when you&#8217;re not using the Gateway for VPN or Clientless Access features.<\/p>\n\n\n\n<p>In this post, we&#8217;ll explain<strong> why<\/strong> this happens and show you how to remove the homepage entirely, ensuring a clean ICA-only experience for your users.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"317\" src=\"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6-1024x317.png\" alt=\"\" class=\"wp-image-1495\" srcset=\"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6-1024x317.png 1024w, https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6-300x93.png 300w, https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6-768x238.png 768w, https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6.png 1523w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Why the Homepage Appears (Even in ICA-Only Mode)<\/h3>\n\n\n\n<p>Even when you enable <strong>&#8220;ICA Only&#8221;<\/strong> on your Gateway vServer, NetScaler 14.1 may still present the default VPN portal page \u2014 especially when <strong>no session policies<\/strong> are explicitly bound.<\/p>\n\n\n\n<p>This is because:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u2705 Step-by-Step: Remove the VPN Portal Homepage<\/h3>\n\n\n\n<p>You don\u2019t need session policies for DaaS-only access, but a few tweaks are necessary to ensure the portal doesn&#8217;t show.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h4 class=\"wp-block-heading\">1. <strong>Ensure ICA Only Mode is Enabled<\/strong><\/h4>\n\n\n\n<p>Navigate to:<br \/><strong>Citrix ADC &gt; Citrix Gateway &gt; Virtual Servers<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Edit your Gateway Server basic settings<\/li>\n\n\n\n<li>Confirm: <code>ICA Only<\/code> = \u2705 Enabled<\/li>\n<\/ul>\n\n\n\n<p>This restricts the Gateway to ICA Proxy functionality only, no VPN or clientless apps.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h4 class=\"wp-block-heading\">2. <strong>Disable the Homepage Globally<\/strong><\/h4>\n\n\n\n<p>SSH into your NetScaler or use the CLI and run:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>set vpn parameter -homepage NONE<br \/><\/code><\/pre>\n\n\n\n<p>This ensures no default homepage is shown when no session policies are bound.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h4 class=\"wp-block-heading\">3. <strong>Disable Clientless VPN Globally (Optional)<\/strong><\/h4>\n\n\n\n<p>If you&#8217;re absolutely not using clientless VPN features:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>set vpn parameter -clientlessVpnMode OFF<br \/><\/code><\/pre>\n\n\n\n<p>This helps eliminate any fallback to clientless access behaviour.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h4 class=\"wp-block-heading\">4. <strong>Remove Any Bound Intranet Apps or URLs<\/strong><\/h4>\n\n\n\n<p>Check if anything is configured that could trigger portal mode:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>show vpn intranetApplication<br \/>show vpn url<br \/><\/code><\/pre>\n\n\n\n<p>If anything shows, remove them:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>rm vpn intranetApplication &lt;name><br \/>rm vpn url &lt;name><br \/><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h4 class=\"wp-block-heading\">5. <strong>Clear Any AAA or Legacy Bindings<\/strong><\/h4>\n\n\n\n<p>Ensure no AAA policies or advanced session actions are being inherited or applied globally that include portal-related content. If you&#8217;re unsure, check your bindings:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>show vpn vserver &lt;your_gateway_name><br \/><\/code><\/pre>\n\n\n\n<p>Look for <code>Session Policy<\/code> or <code>AAA<\/code> entries. Remove if unnecessary.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83e\uddea Final Result<\/h3>\n\n\n\n<p>Once the steps above are complete:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The <code>\/vpn\/portal\/homepage.html<\/code> The screen will no longer load<\/li>\n\n\n\n<li>The Gateway will silently proxy ICA traffic only<\/li>\n\n\n\n<li>Users will not see any browser page when visiting the Gateway URL directly<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Issue: If you&#8217;re using Citrix Gateway (NetScaler) purely for Citrix DaaS \/ Virtual Apps and Desktops access via ICA Proxy, you may be surprised to see a legacy VPN portal homepage (\/vpn\/portal\/homepage.html) load when accessing the Gateway in a browser. This isn&#8217;t desirable, especially when you&#8217;re not using the Gateway for VPN or Clientless Access&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[52,95],"tags":[33,90,99,71,100],"class_list":["post-1494","post","type-post","status-publish","format-standard","hentry","category-citrix","category-netscaler","tag-citrix","tag-daas","tag-gateway","tag-netscaler","tag-netscaler-homepage"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Netscaler: How to Remove the Default Citrix Gateway Homepage - Whatever Networks<\/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:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Netscaler: How to Remove the Default Citrix Gateway Homepage - Whatever Networks\" \/>\n<meta property=\"og:description\" content=\"Issue: If you&#8217;re using Citrix Gateway (NetScaler) purely for Citrix DaaS \/ Virtual Apps and Desktops access via ICA Proxy, you may be surprised to see a legacy VPN portal homepage (\/vpn\/portal\/homepage.html) load when accessing the Gateway in a browser. This isn&#8217;t desirable, especially when you&#8217;re not using the Gateway for VPN or Clientless Access...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/\" \/>\n<meta property=\"og:site_name\" content=\"Whatever Networks\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-15T14:48:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6-1024x317.png\" \/>\n<meta name=\"author\" content=\"ncrancher\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ncrancher\" \/>\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:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/\"},\"author\":{\"name\":\"ncrancher\",\"@id\":\"https:\/\/whatevernetworks.com\/wp\/#\/schema\/person\/eb2db94aeff23570e82651f1512c0941\"},\"headline\":\"Netscaler: How to Remove the Default Citrix Gateway Homepage\",\"datePublished\":\"2025-07-15T14:48:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/\"},\"wordCount\":342,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/whatevernetworks.com\/wp\/#organization\"},\"image\":{\"@id\":\"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6-1024x317.png\",\"keywords\":[\"Citrix\",\"DaaS\",\"Gateway\",\"NETSCALER\",\"Netscaler homepage\"],\"articleSection\":[\"Citrix\",\"Netscaler\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/\",\"url\":\"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/\",\"name\":\"Netscaler: How to Remove the Default Citrix Gateway Homepage - Whatever Networks\",\"isPartOf\":{\"@id\":\"https:\/\/whatevernetworks.com\/wp\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6-1024x317.png\",\"datePublished\":\"2025-07-15T14:48:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#primaryimage\",\"url\":\"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6.png\",\"contentUrl\":\"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6.png\",\"width\":1523,\"height\":472},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/whatevernetworks.com\/wp\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Netscaler: How to Remove the Default Citrix Gateway Homepage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/whatevernetworks.com\/wp\/#website\",\"url\":\"https:\/\/whatevernetworks.com\/wp\/\",\"name\":\"Whatever Networks\",\"description\":\"Technical Blog\",\"publisher\":{\"@id\":\"https:\/\/whatevernetworks.com\/wp\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/whatevernetworks.com\/wp\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/whatevernetworks.com\/wp\/#organization\",\"name\":\"Whatever Networks\",\"url\":\"https:\/\/whatevernetworks.com\/wp\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/whatevernetworks.com\/wp\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2021\/01\/Untitled-design-2.png\",\"contentUrl\":\"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2021\/01\/Untitled-design-2.png\",\"width\":800,\"height\":484,\"caption\":\"Whatever Networks\"},\"image\":{\"@id\":\"https:\/\/whatevernetworks.com\/wp\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/ncrancher\",\"https:\/\/www.youtube.com\/channel\/UCPVUHXg_pm4A0aTbch-kUAw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/whatevernetworks.com\/wp\/#\/schema\/person\/eb2db94aeff23570e82651f1512c0941\",\"name\":\"ncrancher\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/whatevernetworks.com\/wp\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9a6af548fa8143e4e66d623672a7f593aa8c1b1295e49cc87bdbedae0337ebc9?s=96&d=wavatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9a6af548fa8143e4e66d623672a7f593aa8c1b1295e49cc87bdbedae0337ebc9?s=96&d=wavatar&r=g\",\"caption\":\"ncrancher\"},\"url\":\"https:\/\/whatevernetworks.com\/wp\/author\/ncrancher-2\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Netscaler: How to Remove the Default Citrix Gateway Homepage - Whatever Networks","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:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/","og_locale":"en_US","og_type":"article","og_title":"Netscaler: How to Remove the Default Citrix Gateway Homepage - Whatever Networks","og_description":"Issue: If you&#8217;re using Citrix Gateway (NetScaler) purely for Citrix DaaS \/ Virtual Apps and Desktops access via ICA Proxy, you may be surprised to see a legacy VPN portal homepage (\/vpn\/portal\/homepage.html) load when accessing the Gateway in a browser. This isn&#8217;t desirable, especially when you&#8217;re not using the Gateway for VPN or Clientless Access...","og_url":"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/","og_site_name":"Whatever Networks","article_published_time":"2025-07-15T14:48:13+00:00","og_image":[{"url":"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6-1024x317.png","type":"","width":"","height":""}],"author":"ncrancher","twitter_misc":{"Written by":"ncrancher","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#article","isPartOf":{"@id":"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/"},"author":{"name":"ncrancher","@id":"https:\/\/whatevernetworks.com\/wp\/#\/schema\/person\/eb2db94aeff23570e82651f1512c0941"},"headline":"Netscaler: How to Remove the Default Citrix Gateway Homepage","datePublished":"2025-07-15T14:48:13+00:00","mainEntityOfPage":{"@id":"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/"},"wordCount":342,"commentCount":0,"publisher":{"@id":"https:\/\/whatevernetworks.com\/wp\/#organization"},"image":{"@id":"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#primaryimage"},"thumbnailUrl":"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6-1024x317.png","keywords":["Citrix","DaaS","Gateway","NETSCALER","Netscaler homepage"],"articleSection":["Citrix","Netscaler"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/","url":"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/","name":"Netscaler: How to Remove the Default Citrix Gateway Homepage - Whatever Networks","isPartOf":{"@id":"https:\/\/whatevernetworks.com\/wp\/#website"},"primaryImageOfPage":{"@id":"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#primaryimage"},"image":{"@id":"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#primaryimage"},"thumbnailUrl":"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6-1024x317.png","datePublished":"2025-07-15T14:48:13+00:00","breadcrumb":{"@id":"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#primaryimage","url":"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6.png","contentUrl":"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2025\/07\/image-6.png","width":1523,"height":472},{"@type":"BreadcrumbList","@id":"https:\/\/whatevernetworks.com\/wp\/netscaler-how-to-remove-the-default-citrix-gateway-homepage\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/whatevernetworks.com\/wp\/"},{"@type":"ListItem","position":2,"name":"Netscaler: How to Remove the Default Citrix Gateway Homepage"}]},{"@type":"WebSite","@id":"https:\/\/whatevernetworks.com\/wp\/#website","url":"https:\/\/whatevernetworks.com\/wp\/","name":"Whatever Networks","description":"Technical Blog","publisher":{"@id":"https:\/\/whatevernetworks.com\/wp\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/whatevernetworks.com\/wp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/whatevernetworks.com\/wp\/#organization","name":"Whatever Networks","url":"https:\/\/whatevernetworks.com\/wp\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/whatevernetworks.com\/wp\/#\/schema\/logo\/image\/","url":"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2021\/01\/Untitled-design-2.png","contentUrl":"https:\/\/whatevernetworks.com\/wp\/wp-content\/uploads\/2021\/01\/Untitled-design-2.png","width":800,"height":484,"caption":"Whatever Networks"},"image":{"@id":"https:\/\/whatevernetworks.com\/wp\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/ncrancher","https:\/\/www.youtube.com\/channel\/UCPVUHXg_pm4A0aTbch-kUAw"]},{"@type":"Person","@id":"https:\/\/whatevernetworks.com\/wp\/#\/schema\/person\/eb2db94aeff23570e82651f1512c0941","name":"ncrancher","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/whatevernetworks.com\/wp\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9a6af548fa8143e4e66d623672a7f593aa8c1b1295e49cc87bdbedae0337ebc9?s=96&d=wavatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9a6af548fa8143e4e66d623672a7f593aa8c1b1295e49cc87bdbedae0337ebc9?s=96&d=wavatar&r=g","caption":"ncrancher"},"url":"https:\/\/whatevernetworks.com\/wp\/author\/ncrancher-2\/"}]}},"_links":{"self":[{"href":"https:\/\/whatevernetworks.com\/wp\/wp-json\/wp\/v2\/posts\/1494","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/whatevernetworks.com\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/whatevernetworks.com\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/whatevernetworks.com\/wp\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/whatevernetworks.com\/wp\/wp-json\/wp\/v2\/comments?post=1494"}],"version-history":[{"count":1,"href":"https:\/\/whatevernetworks.com\/wp\/wp-json\/wp\/v2\/posts\/1494\/revisions"}],"predecessor-version":[{"id":1496,"href":"https:\/\/whatevernetworks.com\/wp\/wp-json\/wp\/v2\/posts\/1494\/revisions\/1496"}],"wp:attachment":[{"href":"https:\/\/whatevernetworks.com\/wp\/wp-json\/wp\/v2\/media?parent=1494"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/whatevernetworks.com\/wp\/wp-json\/wp\/v2\/categories?post=1494"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/whatevernetworks.com\/wp\/wp-json\/wp\/v2\/tags?post=1494"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}