We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61dff5d commit e2680f3Copy full SHA for e2680f3
1 file changed
docs/book/v4/core-features/cors.md
@@ -12,7 +12,7 @@ When integrating an API, most developers have encountered the following error me
12
> Access to fetch at _RESOURCE_URL_ from origin _ORIGIN_URL_ has been blocked by CORS policy:
13
> No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
14
15
-This happens because the API (_RESOURCE_URL_) is not configured to accept requests from the client (_RESOURCE_URL_).
+This happens because the API (_RESOURCE_URL_) is not configured to accept requests from the client (_ORIGIN_URL_).
16
17
## How to fix?
18
0 commit comments