What example url that I can use will immediately result in a request failure?

What is the “official” url that I should use if I want to specify only a resource that will work as soon as possible?

I do not want to use www.example.com, as it is the actual site that accepts and responds to requests, and I do not want what is required forever and fails with a timeout (for example, using a random private IP addresses may result in).

I was thinking of writing an invalid address or just some random text, but I decided that it would not look as beautiful and understandable as "www.example.com".

+3
source share
3 answers

IP-, 0.0.0.0.

IP 0, 0.0.0.0 - 0.255.255.255 .

. : IP- ?

+2

http://tools.ietf.org/html/rfc5735:

192.0.2.0/24 - "TEST-NET-1" . example.com example.net . [RFC5737], - IANA -. [RFC1166].

+2

, about: , , HTTP - . 200 = , 404 = ..

http://en.wikipedia.org/wiki/List_of_HTTP_status_codes

0

All Articles