When I try to access this URL with LWP::UserAgent, for example with lwp-request(1p) http://www.bookryanair.com/skylights/cgi-bin/skylights.cgi I get 500 (Internal Server Error) Bad response code: 'HTTP/1.1 200>'
The URL works fine with other browsers, such as lynx. The same problem applies to some other sites as well. I used linux strace(1), sniffed out the header data that LWP::UserAgent sends, and pasted request header data into telnet www.bookryanair.com 80, and then a normal page was returned. (which should elliminate header content being the problem). I use Debian woody with perl v5.6.1, libwwwperl 5.64. Rune Sandbakken Solfaktor.com, Spain
