HTTP (Hypertext Transfer Protocol) is the protocol through which browsers and servers exchange web content. HTTPS is the encrypted, secure variant of this protocol.
The (HTTP) governs how browsers or crawlers request web pages from a server and how the server responds. HTTPS (HTTP Secure) is the encrypted variant: data transfer is secured, which matters for privacy and trust and should be the standard today.
With every request, the server returns an HTTP status code describing the outcome:
200 – success,
301 / 302 – ,
404 – not found,
403 / 429 – access denied or too many requests.
For , status codes are revealing because they show what bots actually receive. Server logs reveal whether crawlers such as or get successful responses or are blocked, for example by 403 and 429 errors.