mscb402 commented on issue #8387: URL: https://github.com/apache/apisix/issues/8387#issuecomment-1325909003
There is no problem with your configuration, so according to my inference, maybe there is a problem with your usage like you have not accessed this route correctly. So I re-read your description and you are using `curl -i http://127.0.0.1:9080/v3/bc8fdfcd-0392-49fa-8520-c8644d1688c8 -H "Host: http://run.mocky.io/"` this command to access this route, which is wrong. Because you didn't configure `HOST` in your route. So you should access route like this `curl -i http://127.0.0.1:9080/v3/bc8fdfcd-0392-49fa-8520-c8644d1688c8 ` -- 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]
