in reply to Re: How do you find out if your HTTP response succeeded via LWP?
in thread How do you find out if your HTTP response succeeded via LWP?

Abigail, I tried that, and it didnt work... The problem is that I dont seem to be calling the page properly, but i dont know how to fix it. Thanks. Robert
  • Comment on Re: Re: How do you find out if your HTTP response succeeded via LWP?

Replies are listed 'Best First'.
Re: Re: Re: How do you find out if your HTTP response succeeded via LWP?
by Thelonius (Priest) on Nov 14, 2002 at 19:52 UTC
    Abigail gave you the answer to the question you asked. Why your application is getting the 500 response is another question. One thing that I notice is that you don't seem to be sending a content-type header. Try adding Content_type => 'application/x-www-form-urlencoded'

    Also, as Rich36 suggested, I'd replace the &cgi'httpize with uri_escape.

Re: Re: Re: How do you find out if your HTTP response succeeded via LWP?
by Sihal (Pilgrim) on Nov 14, 2002 at 17:18 UTC
    sorry didn't see it was already replied