From 353c87dccacf571ad824cdcfdf420d5e34868f41 Mon Sep 17 00:00:00 2001 From: Manik Kapoor <71554953+Manik2375@users.noreply.github.com> Date: Mon, 13 Dec 2021 18:32:24 +0530 Subject: [PATCH] typo --- 5-network/05-fetch-crossorigin/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-network/05-fetch-crossorigin/article.md b/5-network/05-fetch-crossorigin/article.md index 7c880ac0..d45ee391 100644 --- a/5-network/05-fetch-crossorigin/article.md +++ b/5-network/05-fetch-crossorigin/article.md @@ -211,7 +211,7 @@ A preflight request uses the method `OPTIONS`, no body and three headers: - `Access-Control-Request-Method` header has the method of the unsafe request. - `Access-Control-Request-Headers` header provides a comma-separated list of its unsafe HTTP-headers. -- `ORIGIN` header tells from where the request came. (such as `https://javascript.info`) +- `Origin` header tells from where the request came. (such as `https://javascript.info`) If the server agrees to serve the requests, then it should respond with empty body, status 200 and headers: