tao12345666333 commented on issue #7377:
URL: https://github.com/apache/apisix/issues/7377#issuecomment-1194962198
@svilenvul thanks!
> Request routing directly in APISIX container, check its request and
response headers
you can just run
`kubectl exec -n <YOUR NAMESPACE> deploy <APISIX's deployment> -- curl -vv
<APISIX listen port>/<ROUTE path> -H "HOST: <your route host>" <and something
else>`
> Request routing from another container, check its request and response
headers
`kubectl exec -n <YOUR NAMESPACE> deploy < another deployment> -- curl -vv
<APISIX-gateway service name><APISIX-gateway service listen port>/<ROUTE path>
-H "HOST: <your route host>" <and something else>`
--
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]