We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1cb6ac commit 1722d6fCopy full SHA for 1722d6f
5-network/05-fetch-crossorigin/article.md
@@ -211,6 +211,7 @@ Access-Control-Expose-Headers: Content-Length,API-Key
211
212
- `Access-Control-Request-Method` header 带有非安全请求的方法。
213
- `Access-Control-Request-Headers` header 提供一个以逗号分隔的非安全 HTTP-header 列表。
214
+- `Origin` header 说明请求来自哪里。(如 https://javascript.info)
215
216
如果服务器同意处理请求,那么它会进行响应,此响应的状态码应该为 200,没有 body,具有 header:
217
0 commit comments