diff --git a/versions/2016-10-31.md b/versions/2016-10-31.md index d00a6959c..35a4778f5 100644 --- a/versions/2016-10-31.md +++ b/versions/2016-10-31.md @@ -820,7 +820,7 @@ Cors: # Header is omitted when false. Checkout [HTTP Spec](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials) for more details on this value. ``` -> NOTE: HTTP spec requires the value of Allow properties to be a quoted string. So don't forget the additional quotes in the value. ie. "'www.example.com'" is correct whereas "www.example.com" is wrong +> NOTE: API Gateway requires literal values to be a quoted string, so don't forget the additional quotes in the `Allow___` values. ie. "'www.example.com'" is correct whereas "www.example.com" is wrong. #### API Auth Object