Skip to content

Commit 3ea61f1

Browse files
turt2liverichvdh
authored andcommitted
Merge pull request #3225 from sideshowbarker/client-server-api-Access-Control-Allow-Headers-drop-Options-Accept
Drop Origin & Accept from Access-Control-Allow-Headers value
2 parents 1f54c53 + 797bf6b commit 3ea61f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/client-server-api/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ headers to be returned by servers on all requests are:
226226

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

231231
## Server Discovery
232232

0 commit comments

Comments
 (0)