zccabb opened a new issue, #9496: URL: https://github.com/apache/apisix/issues/9496
### Current State https://apisix.apache.org/docs/apisix/getting-started/README/#Vaildate:~:text=Copy-,Validate,-%23 <img width="1390" alt="image" src="https://github.com/apache/apisix/assets/76942195/a95eb6d5-f8e4-4e90-904b-a3df8764e399"> ### Desired State The correct one is Once APISIX is running, you can use curl to interact with it. Send a simple HTTP request to validate if APISIX is working properly: ```shell curl "http://127.0.0.1:9080" --head | grep Server ``` If everything is ok, you will get the following response: ```shell Server: APISIX/3.3.0 ``` -- 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]
