{"id":22938,"date":"2026-04-09T15:53:19","date_gmt":"2026-04-09T13:53:19","guid":{"rendered":"https:\/\/www.transparentedge.eu\/en\/blog\/"},"modified":"2026-04-09T15:53:22","modified_gmt":"2026-04-09T13:53:22","slug":"advanced-waf-protecting-your-website-without-generating-false-positives","status":"publish","type":"post","link":"https:\/\/www.transparentedge.eu\/en\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/","title":{"rendered":"Advanced WAF: Protecting your website without generating false positives"},"content":{"rendered":"\n<p>In <strong>cybersecurity<\/strong>, things are no longer just black and white. Traditional WAFs functioned like a nightclub bouncer: &#8220;If you&#8217;re wearing sneakers, you&#8217;re not coming in.&#8221; However, the new generation of threats is much more subtle. Attackers don&#8217;t always &#8220;wear sneakers&#8221;; sometimes, they simply exhibit suspicious behavior as a whole.Blocking every minor suspicion can expel legitimate customers, creating the dreaded <strong>false positives<\/strong>. This is where the <strong>implementation of an<\/strong> <strong><a href=\"https:\/\/www.transparentedge.eu\/en\/edge-security-en\/waf\/\" type=\"link\" id=\"https:\/\/www.transparentedge.eu\/en\/edge-security-en\/waf\/\" target=\"_blank\" rel=\"noreferrer noopener\">Advanced WAF<\/a><\/strong> comes into play. In this post, we explain how this model intelligently scores web traffic, allowing for much more precise and flexible protection.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The WAF scoring system<\/strong><\/h2>\n\n\n\n<p>Unlike conventional WAFs that block a request as soon as it matches a single rule, new models work through a scoring system based on international standards (<a href=\"https:\/\/owasp.org\/\" type=\"link\" id=\"https:\/\/owasp.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">OWASP<\/a>).<\/p>\n\n\n\n<p>Every time a request reaches your site, the WAF analyzes it for suspicious patterns (strange characters, SQL injection attempts, malformed headers, etc.). Instead of blocking it immediately, each anomaly adds points to a score.<\/p>\n\n\n\n<p>Imagine a request with a risk score:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Contains a semicolon (;) in the URL: +2 points.<\/li>\n\n\n\n<li>The User-Agent is unusual: +2 points.<\/li>\n\n\n\n<li>Contains the word SELECT: +3 points.<\/li>\n<\/ul>\n\n\n\n<p>If your security threshold is set at 5 points, this request will be blocked because its total is 7. However, if a legitimate user simply enters a strange character by mistake (+2 points), they will be able to browse without any issues.<\/p>\n\n\n\n<p>Although this scoring system happens internally within the WAF engine, understanding it is key to correctly configuring your security level in <strong>Transparent Edge<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Why is it vital for your business?<\/strong><\/h3>\n\n\n\n<p>These systems offer a key competitive advantage by drastically reducing false positives, preventing minor errors from legitimate users from triggering accidental blocks. Their ability to detect combined<strong> <\/strong>attacks allows them to identify subtle threats that seem harmless individually but reveal malicious intent when their risks are summed up all under fully customizable thresholds. This allows you to adjust severity based on business needs, such as prioritizing sales during Black Friday or hardening an admin panel with zero tolerance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Advanced WAF sensitivity levels<\/strong><\/h2>\n\n\n\n<p>In Transparent Edge, this system is managed through the WAF sensitivity level. As a client, you have total control over the severity levels:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Critical:<\/strong> obvious attacks (SQL injections, RCE). These add the highest score.<\/li>\n\n\n\n<li><strong>Error:<\/strong> protocol errors that usually indicate automated attack tools.<\/li>\n\n\n\n<li><strong>Warning:<\/strong> unusual behaviors that are not necessarily malicious on their own.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How to activate the advanced WAF<\/strong><\/h3>\n\n\n\n<p>Implementation is simple and is done directly via <strong><a href=\"https:\/\/www.varnish-software.com\/developers\/tutorials\/varnish-configuration-language-vcl\/\" type=\"link\" id=\"https:\/\/www.varnish-software.com\/developers\/tutorials\/varnish-configuration-language-vcl\/\" target=\"_blank\" rel=\"noreferrer noopener\">VCL<\/a> <\/strong>configuration from the <a href=\"https:\/\/dashboard.transparentcdn.com\/auth\/login?redirect=%2Fauth%2Flogin%3Fredirect%3D%252F\" type=\"link\" id=\"https:\/\/dashboard.transparentcdn.com\/auth\/login?redirect=%2Fauth%2Flogin%3Fredirect%3D%252F\" target=\"_blank\" rel=\"noreferrer noopener\">control panel<\/a>. To activate it on your domain, simply deploy a configuration similar to this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># WAF avanzado\nsub vcl_recv {\n    if (req.http.host == \"www.mi-dominio.es\") {\n        set req.http.TCDN-WAF-Enabled = \"true\";\n    }\n}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Three recommendations to reduce false positives<\/strong><\/h3>\n\n\n\n<p>To ensure your security strategy is effective and does not interfere with your business operations, we suggest following these three key steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Adopt a &#8220;trial and error&#8221; approach:<\/strong> before activating WAF blocking, use the (<a href=\"https:\/\/docs.transparentedge.eu\/security\/waf\/configuration#:~:text=temporalmente%20el%20WAF.-,%23DetectionOnly%3A,-En%20este%20caso\" type=\"link\" id=\"https:\/\/docs.transparentedge.eu\/security\/waf\/configuration#:~:text=temporalmente%20el%20WAF.-,%23DetectionOnly%3A,-En%20este%20caso\" target=\"_blank\" rel=\"noreferrer noopener\">#DetectionOnly<\/a>) mode (#DetectionOnly). This allows you to see in real-time which requests would be blocked by the WAF without actually interrupting traffic. It is the best way to train your configuration and ensure rules are appropriate for your traffic before switching to active protection mode (#On).<\/li>\n\n\n\n<li><strong>Apply precision surgery with <a href=\"https:\/\/docs.transparentedge.eu\/security\/waf\/configuration#:~:text=%7D-,Incluyendo%20excepciones,-Si%20observa%20que\" type=\"link\" id=\"https:\/\/docs.transparentedge.eu\/security\/waf\/configuration#:~:text=%7D-,Incluyendo%20excepciones,-Si%20observa%20que\" target=\"_blank\" rel=\"noreferrer noopener\">exceptions<\/a>:<\/strong> don&#8217;t make the mistake of disabling the WAF if you find a problem in a specific section of your website. The power of Transparent Edge lies in the ability to create very specific exceptions. If a specific rule clashes with a legitimate functionality (like a complex form or an admin panel), you can tell the system to ignore only that rule for that specific URL, keeping the rest of your infrastructure protected.<\/li>\n\n\n\n<li><strong>Turn incidents into learning:<\/strong> if you detect that a legitimate user has been blocked by mistake, use our <a href=\"https:\/\/docs.transparentedge.eu\/security\/waf\/waf-false-positive-reporting\" type=\"link\" id=\"https:\/\/docs.transparentedge.eu\/security\/waf\/waf-false-positive-reporting\" target=\"_blank\" rel=\"noreferrer noopener\">False Positive Report<\/a> to identify the specific <strong>ruleID<\/strong> that causedthe incident. This information allows you to understand which pattern triggered the alarm and apply an exception where necessary.<\/li>\n<\/ol>\n\n\n\n<p>All technical details, parameters, and specific syntax for these configurations are available in our <a href=\"https:\/\/docs.transparentedge.eu\/security\/waf\/configuration\" type=\"link\" id=\"https:\/\/docs.transparentedge.eu\/security\/waf\/configuration\" target=\"_blank\" rel=\"noreferrer noopener\">technical documentation.<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Balance between protection and accessibility<\/strong><\/h3>\n\n\n\n<p>In short, modern WAF protection systems must be flexible and precise enough to allow you to control who can access your website and who cannot.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.transparentedge.eu\/en\/contact\/\" type=\"link\" id=\"https:\/\/www.transparentedge.eu\/en\/contact\/\" target=\"_blank\" rel=\"noreferrer noopener\">Contact our security experts<\/a> if you want to find the right sensitivity level for your site. We will help you configure a custom WAF that keeps attackers at bay without hindering your customers.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Discover how to protect your website with an Advanced WAF based on OWASP scoring. Avoid false positives, adjust sensitivity levels, and keep your site secure without blocking legitimate customers.<\/p>\n","protected":false},"author":22,"featured_media":22946,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"categories":[7],"tags":[],"class_list":["post-22938","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Advanced WAF: Protecting your website without generating false positives - Transparent Edge<\/title>\n<meta name=\"description\" content=\"Discover how to protect your website with an Advanced WAF based on OWASP scoring. Avoid false positives, adjust sensitivity levels, and keep your site secure without blocking legitimate customers.\" \/>\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.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Advanced WAF: Protecting your website without generating false positives - Transparent Edge\" \/>\n<meta property=\"og:description\" content=\"Discover how to protect your website with an Advanced WAF based on OWASP scoring. Avoid false positives, adjust sensitivity levels, and keep your site secure without blocking legitimate customers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/\" \/>\n<meta property=\"og:site_name\" content=\"Transparent Edge\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-09T13:53:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-09T13:53:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/cibersecurity_01.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2048\" \/>\n\t<meta property=\"og:image:height\" content=\"2048\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Natalia Sanz\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@tedgeservices\" \/>\n<meta name=\"twitter:site\" content=\"@tedgeservices\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/\"},\"author\":{\"name\":\"Natalia Sanz\",\"@id\":\"https:\/\/www.transparentedge.eu\/#\/schema\/person\/a171a439c2c69bee59ee76212008963e\"},\"headline\":\"Advanced WAF: Protecting your website without generating false positives\",\"datePublished\":\"2026-04-09T13:53:19+00:00\",\"dateModified\":\"2026-04-09T13:53:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/\"},\"wordCount\":722,\"publisher\":{\"@id\":\"https:\/\/www.transparentedge.eu\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/cibersecurity_01.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/\",\"url\":\"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/\",\"name\":\"Advanced WAF: Protecting your website without generating false positives - Transparent Edge\",\"isPartOf\":{\"@id\":\"https:\/\/www.transparentedge.eu\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/cibersecurity_01.jpg\",\"datePublished\":\"2026-04-09T13:53:19+00:00\",\"dateModified\":\"2026-04-09T13:53:22+00:00\",\"description\":\"Discover how to protect your website with an Advanced WAF based on OWASP scoring. Avoid false positives, adjust sensitivity levels, and keep your site secure without blocking legitimate customers.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/#primaryimage\",\"url\":\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/cibersecurity_01.jpg\",\"contentUrl\":\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/cibersecurity_01.jpg\",\"width\":2048,\"height\":2048},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/www.transparentedge.eu\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Advanced WAF: Protecting your website without generating false positives\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.transparentedge.eu\/#website\",\"url\":\"https:\/\/www.transparentedge.eu\/\",\"name\":\"Transparent Edge\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.transparentedge.eu\/#organization\"},\"alternateName\":\"Transparent Edge\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.transparentedge.eu\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.transparentedge.eu\/#organization\",\"name\":\"Transparent Edge Services\",\"alternateName\":\"Transparent Edge\",\"url\":\"https:\/\/www.transparentedge.eu\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.transparentedge.eu\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2023\/07\/logotipo-cuadrado.jpg\",\"contentUrl\":\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2023\/07\/logotipo-cuadrado.jpg\",\"width\":1328,\"height\":1180,\"caption\":\"Transparent Edge Services\"},\"image\":{\"@id\":\"https:\/\/www.transparentedge.eu\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/tedgeservices\",\"https:\/\/www.linkedin.com\/company\/transparent-edge\/\",\"https:\/\/www.youtube.com\/channel\/UC5zZoyZmiLGBTAdiFpj2xHA\/videos\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.transparentedge.eu\/#\/schema\/person\/a171a439c2c69bee59ee76212008963e\",\"name\":\"Natalia Sanz\",\"sameAs\":[\"http:\/\/www.transparentedge.eu\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Advanced WAF: Protecting your website without generating false positives - Transparent Edge","description":"Discover how to protect your website with an Advanced WAF based on OWASP scoring. Avoid false positives, adjust sensitivity levels, and keep your site secure without blocking legitimate customers.","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.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/","og_locale":"en_US","og_type":"article","og_title":"Advanced WAF: Protecting your website without generating false positives - Transparent Edge","og_description":"Discover how to protect your website with an Advanced WAF based on OWASP scoring. Avoid false positives, adjust sensitivity levels, and keep your site secure without blocking legitimate customers.","og_url":"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/","og_site_name":"Transparent Edge","article_published_time":"2026-04-09T13:53:19+00:00","article_modified_time":"2026-04-09T13:53:22+00:00","og_image":[{"width":2048,"height":2048,"url":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/cibersecurity_01.jpg","type":"image\/jpeg"}],"author":"Natalia Sanz","twitter_card":"summary_large_image","twitter_creator":"@tedgeservices","twitter_site":"@tedgeservices","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/#article","isPartOf":{"@id":"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/"},"author":{"name":"Natalia Sanz","@id":"https:\/\/www.transparentedge.eu\/#\/schema\/person\/a171a439c2c69bee59ee76212008963e"},"headline":"Advanced WAF: Protecting your website without generating false positives","datePublished":"2026-04-09T13:53:19+00:00","dateModified":"2026-04-09T13:53:22+00:00","mainEntityOfPage":{"@id":"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/"},"wordCount":722,"publisher":{"@id":"https:\/\/www.transparentedge.eu\/#organization"},"image":{"@id":"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/#primaryimage"},"thumbnailUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/cibersecurity_01.jpg","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/","url":"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/","name":"Advanced WAF: Protecting your website without generating false positives - Transparent Edge","isPartOf":{"@id":"https:\/\/www.transparentedge.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/#primaryimage"},"image":{"@id":"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/#primaryimage"},"thumbnailUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/cibersecurity_01.jpg","datePublished":"2026-04-09T13:53:19+00:00","dateModified":"2026-04-09T13:53:22+00:00","description":"Discover how to protect your website with an Advanced WAF based on OWASP scoring. Avoid false positives, adjust sensitivity levels, and keep your site secure without blocking legitimate customers.","breadcrumb":{"@id":"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/#primaryimage","url":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/cibersecurity_01.jpg","contentUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/cibersecurity_01.jpg","width":2048,"height":2048},{"@type":"BreadcrumbList","@id":"https:\/\/www.transparentedge.eu\/blog\/advanced-waf-protecting-your-website-without-generating-false-positives\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.transparentedge.eu\/en\/"},{"@type":"ListItem","position":2,"name":"Advanced WAF: Protecting your website without generating false positives"}]},{"@type":"WebSite","@id":"https:\/\/www.transparentedge.eu\/#website","url":"https:\/\/www.transparentedge.eu\/","name":"Transparent Edge","description":"","publisher":{"@id":"https:\/\/www.transparentedge.eu\/#organization"},"alternateName":"Transparent Edge","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.transparentedge.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.transparentedge.eu\/#organization","name":"Transparent Edge Services","alternateName":"Transparent Edge","url":"https:\/\/www.transparentedge.eu\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.transparentedge.eu\/#\/schema\/logo\/image\/","url":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2023\/07\/logotipo-cuadrado.jpg","contentUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2023\/07\/logotipo-cuadrado.jpg","width":1328,"height":1180,"caption":"Transparent Edge Services"},"image":{"@id":"https:\/\/www.transparentedge.eu\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/tedgeservices","https:\/\/www.linkedin.com\/company\/transparent-edge\/","https:\/\/www.youtube.com\/channel\/UC5zZoyZmiLGBTAdiFpj2xHA\/videos"]},{"@type":"Person","@id":"https:\/\/www.transparentedge.eu\/#\/schema\/person\/a171a439c2c69bee59ee76212008963e","name":"Natalia Sanz","sameAs":["http:\/\/www.transparentedge.eu"]}]}},"_links":{"self":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts\/22938","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/comments?post=22938"}],"version-history":[{"count":2,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts\/22938\/revisions"}],"predecessor-version":[{"id":22944,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts\/22938\/revisions\/22944"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/media\/22946"}],"wp:attachment":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/media?parent=22938"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/categories?post=22938"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/tags?post=22938"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}