in reply to LWP error 500 Server closed connection

hi. can u connect to the outside world directly or do you need to use a proxy? That may be the reason!
  • Comment on Re: LWP error 500 Server closed connection

Replies are listed 'Best First'.
Re^2: LWP error 500 Server closed connection
by Inugroho (Novice) on Jul 26, 2005 at 21:00 UTC
    esskar, I use a proxy server because I am using my company's network. I can type that link on my browser textbox and it will load the page just fine.
    If the proxy server causes this, what might be the solution?
    Thanks in advanced.
        esskar, I tried to add this $browser->proxy('http','http://proxy.com:8081'); This will work on some sites but not for others. Do I have to add anything else?