From e3a03547dd4e0df06d50fb169130b7a6070c48ec Mon Sep 17 00:00:00 2001 From: pedroribeiroazion <112559480+pedroribeiroazion@users.noreply.github.com> Date: Fri, 5 Jun 2026 12:10:14 -0300 Subject: [PATCH] Update fix-cors-errors.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correção de link 404 --- .../pages/guides/edge-application/ea-cors/fix-cors-errors.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/en/pages/guides/edge-application/ea-cors/fix-cors-errors.mdx b/src/content/docs/en/pages/guides/edge-application/ea-cors/fix-cors-errors.mdx index 442d7ace24..c288963954 100644 --- a/src/content/docs/en/pages/guides/edge-application/ea-cors/fix-cors-errors.mdx +++ b/src/content/docs/en/pages/guides/edge-application/ea-cors/fix-cors-errors.mdx @@ -20,7 +20,7 @@ Domains: Error message: -Access to XMLHttpRequest at `http://a.domain.com/page-cors-subdomain-a.txt' from origin `http://b.domain.com/` has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. +Access to XMLHttpRequest at `http://a.domain.com/page-cors-subdomain-a.txt` from origin `http://b.domain.com` has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. To solve this type of error, configure your browser on [Azion Console](https://console.azion.com) using [Rules Engine](/en/documentation/products/build/applications/rules-engine/). @@ -94,4 +94,4 @@ The **CORS** policy is now working correctly. ## Trademarks -[Chrome browser](https://www.google.com/chrome/) is a registered trademark of Google LLC in the United States and/or other countries. \ No newline at end of file +[Chrome browser](https://www.google.com/chrome/) is a registered trademark of Google LLC in the United States and/or other countries.