in reply to Re^6: http get with perl, help neededin thread http get with perl, help needed
The realm is supplied in the header of the 401 reply.
IIRC, a quick and dirty way of dumping the header (well, the entire response) is
print($response->as_string()); [download]