Skip to content

Commit 855f67f

Browse files
committed
up
1 parent 2bcbbfc commit 855f67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-network/04-fetch-crossorigin/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If we make a `fetch` from an arbitrary web-site, that will probably fail.
44

55
The core concept here is *origin* -- a domain/port/protocol triplet.
66

7-
Cross-origin requests -- those sent to another domain or protocol or port -- require special headers from the remote side. That policy is called "CORS": Cross-Origin Resource Sharing.
7+
Cross-origin requests -- those sent to another domain (even a subdomain) or protocol or port -- require special headers from the remote side. That policy is called "CORS": Cross-Origin Resource Sharing.
88

99
For instance, let's try fetching `http://example.com`:
1010

0 commit comments

Comments
 (0)