in reply to Not displaying server info with LWP POST

You are going to have to show us a little snippet of code on this one. I use LWP all the time (HTTP::Request I presume?) and never see server response headers I don't want.

The only thing I can think of is you are using $r->as_string to return the data from the request rather than $r->content.

--
$you = new YOU;
honk() if $you->love(perl)

  • Comment on Re: Not displaying server info with LWP POST