You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/16 19:44:23 UTC

[GitHub] mhamann opened a new issue #254: CORS: Including credentials doesn't work due to Access-Control-Allow-Origin: *

mhamann opened a new issue #254: CORS: Including credentials doesn't work due to Access-Control-Allow-Origin: *
URL: https://github.com/apache/incubator-openwhisk-apigateway/issues/254
 
 
   Based on CORS spec, the `Access-Control-Allow-Origin` header **must** be set to the domain of the origin request in order to be allowed when including credentials.
   
   The gateway should get the domain for the incoming preflight request and respond with `Access-Control-Allow-Origin: <domain.com>`
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services