bestjane commented on issue #11593:
URL: https://github.com/apache/apisix/issues/11593#issuecomment-2365887650
I solved the problem, need set proxy-rewrite and pass_host,upstream_host in
apisix router.
```
"proxy-rewrite": {
"headers": {
"Host": "xxx"
}
}
"pass_host": "rewrite",
"upstream_host": "xxx",
```
--
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]