Need a good website URL to test against

Posted by Zombies on Stack Overflow See other posts from Stack Overflow or by Zombies
Published on 2010-04-27T20:16:28Z Indexed on 2010/04/27 20:33 UTC
Read the original article Hit count: 171

I need a URL to just test basic http connectivity. It needs to be consistent and:

  1. Always be up
  2. Never change drastically due to IP or user agent. (IE: 301 Location redirect/ huge difference in content... minor would be tolerable)
  3. The URL itself has a consistent content-length. (IE: it doesn't vary from by 2kb at most, ever)

A few examples, yet none match all 3 criteria:

  • One example of always up: www.google.com (yet it 301 redirects based on IP location).
  • Another good one is http://www.google.com/webhp?hl=en. but the problem there is that based on a given holiday, the content-length can really vary.

© Stack Overflow or respective owner

Related posts about testing

Related posts about network-programming