Do an HTTP GET Request

An HTTP GET request is the most common way to check if a website is up and running.

GET /en/docs/contributing/?query=value&filter=other HTTP/1.1
Host: howtoxiny.org
User-Agent: agent/0.0.1
Accept: */*

References

aka

Examples