Status Overview

2023-06-02 07:24:37

Basic usage

Supports HTTPS

https://example.com/

Supports HTTP

http://example.com/

Supports no redirection

http://google.com/

More features!

You can even set a base url

http://portquiz.net/

Or use different ports

http://portquiz.net:8080/

Even more stuff!

Or expect different reponse codes (like 418)

http://error418.net/

Status code mismatch: 200 != 418

Or response checking!

http://urlecho.appspot.com/echo

Status code mismatch: 500 != 200

Body mismatch: 323 != 4

Or response hash comparison!

http://urlecho.appspot.com/echo

Status code mismatch: 500 != 200

Body hash mismatch.

Or a combination!

http://urlecho.appspot.com/echo?status=503&Content-Type=text%2Fhtml&body=None

Status code mismatch: 500 != 503

Body mismatch: 323 != 4

Or expect the endpoint to fail entirely!

http://lol.arpa/

Some error messages

The code doesn't match!

http://example.com/

Status code mismatch: 200 != 204

The body doesn't match!

http://example.com/

Body mismatch: 1256 != 4

Slow reponse time

http://slowwly.robertomurray.co.uk/delay/2000/url/

http://slowwly.robertomurray.co.uk/delay/2000/url/: timed out

Plethora of issues!

http://slowwly.robertomurray.co.uk/delay/1000/url/

http://slowwly.robertomurray.co.uk/delay/1000/url/: timed out

Here's an error:

https://some-invalid-website.arpa/

https://some-invalid-website.arpa/: timed out