membphis commented on issue #2071: URL: https://github.com/apache/apisix/issues/2071#issuecomment-675361027
1. please update your APISIX to latest version 1.5 2. the `域名` means the field which named `host`. it is the host of client request. ``` # curl http://127.0.0.1:9080/hello -H "host: foo.com" in this case, the host is foo.com ``` https://github.com/apache/apisix/blob/master/doc/admin-api.md#route  ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
