testing - Need a good website URL to test against -


i need url test basic http connectivity. needs consistent and:

  1. always up
  2. never change drastically due ip or user agent. (ie: 301 location redirect/ huge difference in content... minor tolerable)
  3. the url has consistent content-length. (ie: doesn't vary 2kb @ most, ever)

a few examples, yet none match 3 criteria:

  • one example of up: www.google.com (yet 301 redirects based on ip location).
  • another 1 http://www.google.com/webhp?hl=en. problem there based on given holiday, content-length can vary.

why not go http://www.google.com/ncr? won't redirected


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -