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.