in reply to Re^2: LWP::UserAgent can't login to phpbb forum
in thread LWP::UserAgent can't login to phpbb forum

You only see the headers of the response because you only print the headers of the response. Maybe you should try printing the headers of the request instead? I think I recommended that to you already.

Other than that, you might just want to inspect the network traffic by other means, like using WireShark, a network sniffer, or by using LWP::Debug.

  • Comment on Re^3: LWP::UserAgent can't login to phpbb forum