in reply to checking a url to make sure it works

Unless you need to work with the content of the url, you could perhaps just use a HEAD-request and thus limit the amount of data which is transmitted.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re: checking a url to make sure it works