Merge pull request #2110 from cristian-wang/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2020-09-12 16:02:13 +03:00 committed by GitHub
commit e93e87deb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -259,6 +259,7 @@ Access-Control-Request-Headers: Content-Type,API-Key
### Step 2 (preflight response)
The server should respond with status 200 and headers:
- `Access-Control-Allow-Origin: https://javascript.info`
- `Access-Control-Allow-Methods: PATCH`
- `Access-Control-Allow-Headers: Content-Type,API-Key`.