up
This commit is contained in:
parent
2bcbbfcae0
commit
855f67f62b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ If we make a `fetch` from an arbitrary web-site, that will probably fail.
|
|||
|
||||
The core concept here is *origin* -- a domain/port/protocol triplet.
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
For instance, let's try fetching `http://example.com`:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue