Discussion:
access web pages outside of browser
(too old to reply)
Bing Du
2004-01-28 14:43:53 UTC
Permalink
Greetings,

How can I test if a web page can be loaded without any errors from
command line on unix? Further, I want to test a bunch of web pages in a
Perl script.

Any pointers and help would be appreciated,

Bing
Akseli Mäki
2004-01-28 20:24:45 UTC
Permalink
Post by Bing Du
How can I test if a web page can be loaded without any errors from
command line on unix?
Take a telnet connection and see what you get in return.
Bing Du
2004-01-29 14:46:50 UTC
Permalink
Hmm...but that can only test if the web server is running. Even the
server is running fine, a specific page may still return various errors
(e.g. runtime error, syntax error, etc.) Thanks for your response anyway.

Bing
Post by Akseli Mäki
Post by Bing Du
How can I test if a web page can be loaded without any errors from
command line on unix?
Take a telnet connection and see what you get in return.
Loading...