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:
[email protected]


With regards,
Apache Git Services

Reply via email to