Drewolf commented on issue #8399:
URL: https://github.com/apache/apisix/issues/8399#issuecomment-1327027636
> Contributor
> ### ** [mscb402](/mscb402) ** commented [Nov 25,
2022](#issuecomment-1327024256) •
我的CORS配置如下,其中有一条 ".*\\.ceshi.xgimi.com:8080"。目的是想配置允许 *.ceshi.xgimi.com:8080
跨域访问。但是响应头中没有任何跨域header
```
{
"allow_origins": "http://example.com",
"allow_methods": "*",
"allow_headers": "*",
"expose_headers": "*",
"max_age": 5,
"allow_credential": false,
"allow_origins_by_regex": [".*\\.qa.xgimi.com",
".*\\.ceshi.xgimi.com:8080"]
}
```

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]