in reply to Non-commital HTTP Response?
It is possible that LWP::UserAgent is doing something wrong. Try using the lwp-request commands and dump out the request and reponse. Try writing out the request and response headers in your code. Also try telnet'ing to port 80 and doing a HTTP request manually.
lwp-request -m GET -U -S -e $url
|
|---|