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>
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>