Skip to content

Commit

Permalink
Merge pull request #3225 from sideshowbarker/client-server-api-Access…
Browse files Browse the repository at this point in the history
…-Control-Allow-Headers-drop-Options-Accept

Drop Origin & Accept from Access-Control-Allow-Headers value
  • Loading branch information
turt2live authored and richvdh committed Aug 27, 2021
2 parents efbccb6 + d7cf63d commit f433e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/client-server-api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ headers to be returned by servers on all requests are:

Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization
Access-Control-Allow-Headers: X-Requested-With, Content-Type, Authorization

## Server Discovery

Expand Down

0 comments on commit f433e07

Please sign in to comment.