You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "zccabb (via GitHub)" <gi...@apache.org> on 2023/05/17 03:45:02 UTC

[GitHub] [apisix] zccabb opened a new issue, #9496: docs(bug): apisix docs #getting-started #Validate

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: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] monkeyDluffy6017 closed issue #9496: docs(bug): apisix docs #getting-started #Validate

Posted by "monkeyDluffy6017 (via GitHub)" <gi...@apache.org>.
monkeyDluffy6017 closed issue #9496: docs(bug):  apisix docs #getting-started #Validate
URL: https://github.com/apache/apisix/issues/9496


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org