200 status code
What is 200 Status Code?
200 status code is a status code that can make HTTP requests to reach the servers from clients successfully. This code mainly signifies the healthy functioning of both the system and network, and its success depends on the request method used. The request methods include;
- GET is used to fetch the requested resource and store it in the response body.
- POST displays the outcome of the request and is transmitted to the message body.
- HEAD includes resource headers in the response; the resource body is not included.
- TRACE contains the request received by the server.
200 status codes can ensure the linking of websites, which can, in turn, help search engine crawlers to crawl and index your website.